mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
Cleanup zshrc, changed server prompt
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user