tweaking my esc/bksp keys, and helping my rxvt
This commit is contained in:
parent
182c1b9768
commit
3e4e652794
2 changed files with 8 additions and 2 deletions
6
.zshrc
6
.zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue