Merge branch 'master' into hjp

This commit is contained in:
Peter J. Holzer 2020-03-15 13:08:10 +01:00
commit 5141c3e026
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ if [[ $TERM == xterm ]]
then
for t in xterm-256color
do
for dir in /usr/share/terminfo/x /lib/terminfo/x/
for dir in /usr/share/terminfo/x /lib/terminfo/x
do
if [[ -f $dir/$t ]]
then

2
.zshrc
View File

@ -27,7 +27,7 @@ if ack=`whence ack-grep`
then
alias ack=$ack
fi
alias darkbg='xtermcontrol --bg "#000" --fg "#FFF"; export BG=dark'
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 defaultbg='. ~/.zxtermcolors'
alias ag='ag --color-path "34;47"'