tweaking my esc/bksp keys, and helping my rxvt

This commit is contained in:
Hunter Haugen 2009-12-01 08:50:58 +05:30
parent 182c1b9768
commit 3e4e652794
2 changed files with 8 additions and 2 deletions

6
.zshrc
View file

@ -9,6 +9,12 @@ bindkey '^L' push-line
bindkey "^I" expand-or-complete-prefix
umask 022
# Fix $TERM
case "$TERM" in
rxvt-unicode) export TERM=rxvt;;
rxvt-256color) export TERM=rxvt;;
esac
# Paths
export LD_LIBRARY_PATH=/opt/csw/lib
#zsh's path