1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 13:39:07 +00:00

Revert history change

This commit is contained in:
Andrea Mistrali
2015-11-07 09:04:14 +01:00
parent a05f99dae0
commit c300ea083a
2 changed files with 1 additions and 33 deletions

View File

@ -4,7 +4,7 @@ if `fancyTerm`; then
# We are on xterminal
W="%n@%m:%."
I="%m:%."
L="%B@%m %~ %#%b "
L="%B@%m %4(~:...:)%3~ %#%b "
PS1="%{]2;$W%}%{]1;$I%}$L"
unset W I L