Merge branch 'master' into hjp
This commit is contained in:
commit
2b18a3e6d8
1
.zshenv
1
.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`
|
||||
|
|
2
.zshrc
2
.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"'
|
||||
|
|
Loading…
Reference in New Issue