Compare commits
No commits in common. "7d6d434ef4ea237ab2782ad9c1877111c2d0678c" and "2b18a3e6d86b607a4299418f99f05f62db0f07c8" have entirely different histories.
7d6d434ef4
...
2b18a3e6d8
2
.zshrc
2
.zshrc
|
@ -28,7 +28,7 @@ then
|
||||||
alias ack=$ack
|
alias ack=$ack
|
||||||
fi
|
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 "#F0F0F0" --fg "#000" --highlight="#0FF"; export BG=light'
|
alias lightbg='xtermcontrol --bg "#EEE" --fg "#000" --highlight="#0FF"; export BG=light'
|
||||||
alias defaultbg='. ~/.zxtermcolors'
|
alias defaultbg='. ~/.zxtermcolors'
|
||||||
alias ag='ag --color-path "34;47"'
|
alias ag='ag --color-path "34;47"'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue