Compare commits
2 Commits
33b6886afb
...
325659f895
Author | SHA1 | Date |
---|---|---|
|
325659f895 | |
|
9c62e51afc |
2
.zshrc
2
.zshrc
|
@ -30,7 +30,7 @@ fi
|
|||
alias darkbg='xtermcontrol --bg "#000" --fg "#FFF"; export BG=dark'
|
||||
alias lightbg='xtermcontrol --bg "#EEE" --fg "#000" --highlight="#0FF"; export BG=light'
|
||||
alias defaultbg='. ~/.zxtermcolors'
|
||||
alias ag='ag --color-path 32'
|
||||
alias ag='ag --color-path "34;47"'
|
||||
|
||||
namedir(){
|
||||
eval "$1=~+"
|
||||
|
|
Loading…
Reference in New Issue