This commit is contained in:
Leif Denby 2017-05-10 06:14:14 +00:00 committed by GitHub
commit edb2fe5fc3

View file

@ -41,7 +41,7 @@ function title {
esac
}
ZSH_THEME_TERM_TAB_TITLE_IDLE="%15<..<%~%<<" #15 char left truncated PWD
ZSH_THEME_TERM_TAB_TITLE_IDLE="$HOST:%15<..<%~%<<" #15 char left truncated PWD
ZSH_THEME_TERM_TITLE_IDLE="%n@%m: %~"
# Avoid duplication of directory in terminals with independent dir display
if [[ "$TERM_PROGRAM" == Apple_Terminal ]]; then