X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Fzshrc%2F80_xtermtitle;h=8059ca88c2041044dddaca526af19722ae4edd81;hb=4336d34048e4e777bcb988ba19bb9b4d3b90eec4;hp=3c682ec1471f4e9a12b4e0a5212f0742c5ca9493;hpb=fb17c63d2c75c9bf2efb5a651bf9db46402fe1a1;p=zsh.git diff --git a/.zsh/zshrc/80_xtermtitle b/.zsh/zshrc/80_xtermtitle index 3c682ec..8059ca8 100644 --- a/.zsh/zshrc/80_xtermtitle +++ b/.zsh/zshrc/80_xtermtitle @@ -32,7 +32,7 @@ __get_session_flags() { } __get_standard_prompt() { - [[ -z $SSH_CLIENT ]] || print -P "%m" + [[ -z $SSH_CLIENT ]] || print -nP "%m" print -P "%#%25\<..\<%~ $(__get_session_flags)" }