Compare commits
No commits in common. "5141c3e0261c1071328a8e84d568f1beb645e259" and "026e709be0caa6feb5c3bc322fb2479267718358" have entirely different histories.
5141c3e026
...
026e709be0
|
@ -32,7 +32,7 @@ if [[ $TERM == xterm ]]
|
||||||
then
|
then
|
||||||
for t in xterm-256color
|
for t in xterm-256color
|
||||||
do
|
do
|
||||||
for dir in /usr/share/terminfo/x /lib/terminfo/x
|
for dir in /usr/share/terminfo/x /lib/terminfo/x/
|
||||||
do
|
do
|
||||||
if [[ -f $dir/$t ]]
|
if [[ -f $dir/$t ]]
|
||||||
then
|
then
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -27,7 +27,7 @@ if ack=`whence ack-grep`
|
||||||
then
|
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"; 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 "34;47"'
|
||||||
|
|
Loading…
Reference in New Issue