Compare commits

..

No commits in common. "325659f895c78b725ad09315fb5125c14608d9e3" and "33b6886afb6d57bc6ee214c47349cab4f4a9c695" have entirely different histories.

1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -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=~+"