mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-31 22:08:34 +00:00
oops
This commit is contained in:
parent
0d39bf1cfc
commit
882c1d3f1c
1 changed files with 6 additions and 6 deletions
12
zshrc
12
zshrc
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue