Fix darkbg

This commit is contained in:
Peter J. Holzer 2020-03-18 09:16:24 +01:00
parent 0fdf383857
commit 34b9bd06d3
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"'