stupid variable has to be set
This commit is contained in:
parent
97d6ecf001
commit
0b7323bd72
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
|
@ -10,6 +10,9 @@ bindkey "^I" expand-or-complete-prefix
|
|||
umask 022
|
||||
|
||||
# Fix $TERM
|
||||
if [ -f /etc/termcap ] ; then
|
||||
export TERMCAP=/etc/termcap
|
||||
fi
|
||||
case "$TERM" in
|
||||
rxvt-unicode) export TERM=rxvt;;
|
||||
rxvt-256color) export TERM=rxvt;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue