Compare commits

..

No commits in common. "c84424acf660886339119a52b331e3b04551377f" and "6951e5b579e46fff228c900dc0ba0f8c17359547" have entirely different histories.

1 changed files with 1 additions and 1 deletions

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