Merge branch 'master' of gitorious.org:hunner/hunners-dotfiles
This commit is contained in:
commit
6f86540a67
2 changed files with 5 additions and 2 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