]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/80_xtermtitle
setopt longlistjobs
[zsh.git] / .zsh / zshrc / 80_xtermtitle
index e969c6d1704e9def2f7634574ca51f5bea05e09c..8059ca88c2041044dddaca526af19722ae4edd81 100644 (file)
@@ -5,7 +5,7 @@
 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
 # Released under the terms of the Artistic Licence 2.0
 #
-# Source repository: http://git.madduck.net/v/etc/zsh.git
+# Source repository: git://git.madduck.net/etc/zsh.git
 #
 # Based on http://www.zshwiki.org/cgi-bin/wiki.pl?ZshHardStatus
 #
@@ -32,7 +32,8 @@ __get_session_flags() {
 }
 
 __get_standard_prompt() {
-  print -P "%m%#%25\<..\<%~ $(__get_session_flags)"
+  [[ -z $SSH_CLIENT ]] || print -nP "%m"
+  print -P "%#%25\<..\<%~ $(__get_session_flags)"
 }
 
 _set_plain_xterm_title() {