Merge branch 'master' into hjp
This commit is contained in:
commit
7d6d434ef4
2
.zshrc
2
.zshrc
|
@ -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 "#EEE" --fg "#000" --highlight="#0FF"; export BG=light'
|
||||
alias lightbg='xtermcontrol --bg "#F0F0F0" --fg "#000" --highlight="#0FF"; export BG=light'
|
||||
alias defaultbg='. ~/.zxtermcolors'
|
||||
alias ag='ag --color-path "34;47"'
|
||||
|
||||
|
|
Loading…
Reference in New Issue