Merge branch 'master' into hjp

This commit is contained in:
Peter J. Holzer 2020-03-23 12:31:56 +01:00
commit 2b18a3e6d8
2 changed files with 2 additions and 1 deletions

View File

@ -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
View File

@ -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"'