Compare commits

..

No commits in common. "7d6d434ef4ea237ab2782ad9c1877111c2d0678c" and "2b18a3e6d86b607a4299418f99f05f62db0f07c8" have entirely different histories.

1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -28,7 +28,7 @@ then
alias ack=$ack
fi
alias darkbg='xtermcontrol --bg "#000" --fg "#FFF" --highlight="#00F"; export BG=dark'
alias lightbg='xtermcontrol --bg "#F0F0F0" --fg "#000" --highlight="#0FF"; export BG=light'
alias lightbg='xtermcontrol --bg "#EEE" --fg "#000" --highlight="#0FF"; export BG=light'
alias defaultbg='. ~/.zxtermcolors'
alias ag='ag --color-path "34;47"'