mirror of https://github.com/akelge/zsh
Cleanup zshrc, changed server prompt
This commit is contained in:
parent
8dce8a067e
commit
ac5c0d227f
|
@ -4,13 +4,13 @@ if `fancyTerm`; then
|
|||
# We are on xterminal
|
||||
W="%n@%m:%."
|
||||
I="%m:%."
|
||||
L="%B@%m %4(~:...:)%3~ %#%b "
|
||||
L="%T %B@%m %4(~:...:)%3~ %#%b "
|
||||
PS1="%{]2;$W%}%{]1;$I%}$L"
|
||||
unset W I L
|
||||
|
||||
else
|
||||
# We are not on xterminal
|
||||
PS1="%B%n@%m:%~ %#%b "
|
||||
PS1="%T %B%n@%m:%~ %#%b "
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue