This commit is contained in:
dave 2008-12-13 12:51:45 -06:00
parent 0d39bf1cfc
commit 882c1d3f1c

12
zshrc
View file

@ -98,12 +98,6 @@ function fix_terminfo_db
fi
}
export TERM=$(fix_term $TERM)
if [[ $TERM == *256* ]] ; then
export SCREEN_COLOR="-256color"
fi
( which lesspipe &> /dev/null ) && eval $(lesspipe)
export LESS=' -R'
@ -154,6 +148,12 @@ case `uname -s` in
esac
export TERM=$(fix_term $TERM)
if [[ $TERM == *256* ]] ; then
export SCREEN_COLOR="-256color"
fi
alias df='df -h'
alias du='du -h'