Accidentally changed all tabs to spaces and %a to %n in terminal idle title

This commit is contained in:
Demetri Obenour 2014-01-13 21:34:51 -05:00
commit a1f831bed4

View file

@ -17,7 +17,7 @@ function title {
}
ZSH_THEME_TERM_TAB_TITLE_IDLE="%15<..<%~%<<" #15 char left truncated PWD
ZSH_THEME_TERM_TITLE_IDLE="%a@%m: %~"
ZSH_THEME_TERM_TITLE_IDLE="%n@%m: %~"
#Appears when you have the prompt
function omz_termsupport_precmd {