diff --git a/.zshenv b/.zshenv index 5bb1fd7..83f2afe 100644 --- a/.zshenv +++ b/.zshenv @@ -58,6 +58,7 @@ then PATH=`$preppath -c /usr/local/sbin:/usr/local/bin` `$preppath -c -e /usr/local/node-v8.9.4-linux-x86/bin` `$preppath -c -e -r /usr/lib/go-1.*/bin` + `$preppath -c -e -r /usr/local/go-1.*/bin` `$preppath -c -e -r $HOME/go/bin` PATH=`$preppath -c $HOME/scripts` PATH=`$preppath -c $HOME/bin/hosts:$HOME/bin` diff --git a/.zshrc b/.zshrc index 177b469..d3fdc2d 100644 --- a/.zshrc +++ b/.zshrc @@ -27,7 +27,7 @@ if ack=`whence ack-grep` then alias ack=$ack fi -alias darkbg='xtermcontrol --bg "#000" --fg "#FFF --highlight="#00F""; export BG=dark' +alias darkbg='xtermcontrol --bg "#000" --fg "#FFF" --highlight="#00F"; export BG=dark' alias lightbg='xtermcontrol --bg "#EEE" --fg "#000" --highlight="#0FF"; export BG=light' alias defaultbg='. ~/.zxtermcolors' alias ag='ag --color-path "34;47"'