Compare commits
No commits in common. "325659f895c78b725ad09315fb5125c14608d9e3" and "33b6886afb6d57bc6ee214c47349cab4f4a9c695" have entirely different histories.
325659f895
...
33b6886afb
2
.zshrc
2
.zshrc
|
@ -30,7 +30,7 @@ fi
|
||||||
alias darkbg='xtermcontrol --bg "#000" --fg "#FFF"; export BG=dark'
|
alias darkbg='xtermcontrol --bg "#000" --fg "#FFF"; export BG=dark'
|
||||||
alias lightbg='xtermcontrol --bg "#EEE" --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 32'
|
||||||
|
|
||||||
namedir(){
|
namedir(){
|
||||||
eval "$1=~+"
|
eval "$1=~+"
|
||||||
|
|
Loading…
Reference in New Issue