1
0
Fork 0

Match xterm-color, the default OS X terminal

pull/1/merge
Trevor Creech 14 years ago committed by Robby Russell
parent d647a9b25c
commit b905630366

@ -5,7 +5,7 @@ function title {
print -nR $'\033k'$1$'\033'\\\ print -nR $'\033k'$1$'\033'\\\
print -nR $'\033]0;'$2$'\a' print -nR $'\033]0;'$2$'\a'
elif [[ $TERM == "xterm" || $TERM == "rxvt" ]]; then elif [[ $TERM =~ "^xterm" || $TERM == "rxvt" ]]; then
# Use this one instead for XTerms: # Use this one instead for XTerms:
print -nR $'\033]0;'$*$'\a' print -nR $'\033]0;'$*$'\a'
fi fi

Loading…
Cancel
Save