new linux workstation
This commit is contained in:
@@ -16,7 +16,7 @@ setopt auto_cd # there is no binary by that name in your $PATH, your shell will
|
||||
# use vi-style keymap
|
||||
bindkey -v
|
||||
|
||||
if [ "${TERM}" = "xterm" ]; then
|
||||
if [[ "${TERM}" == xterm* ]]; then
|
||||
TERM=xterm-256color
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user