Set proplist

This commit is contained in:
Andrea Mistrali 2009-04-01 11:02:29 +00:00
parent df374eb4d8
commit 4aaa3c3fe0
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -55,7 +55,7 @@ bindkey "" vi-backward-kill-word
ulimit -c 0
# PROMPT
if [ ${TERM} = "xterm-color" ] || [ ${TERM} = "rxvt" ] || [ ${TERM} = "xterm-new" ]; then
if [ ${TERM[0,5]} = "xterm" ] || [ ${TERM} = "rxvt" ]; then
# We are on xterminal
PS1="%{]2;%n@%m:%.%}%{]1; %m:%. %}%B<%l> %~ %#%b "
else