diff options
author | Robby Russell <robby@planetargon.com> | 2015-08-12 21:01:00 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-08-12 21:01:00 -0700 |
commit | d1ea849fddab1f9c82137bff93c87cc46be26769 (patch) | |
tree | 993c433dc9adf27f0d89475f6946120d615a2ccf /lib | |
parent | 3d5b3430fd9da12f6e33f534e487fe9b18928ac7 (diff) | |
parent | 12324856c6645c2e71c4dfcf5ef12313c989b387 (diff) | |
download | zsh-d1ea849fddab1f9c82137bff93c87cc46be26769.tar.gz zsh-d1ea849fddab1f9c82137bff93c87cc46be26769.tar.bz2 zsh-d1ea849fddab1f9c82137bff93c87cc46be26769.zip |
Merge pull request #2106 from adepasquale/master
Added ssh-like mosh window title
Diffstat (limited to 'lib')
-rw-r--r-- | lib/termsupport.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/termsupport.zsh b/lib/termsupport.zsh index e1c2e2f93..d667861ab 100644 --- a/lib/termsupport.zsh +++ b/lib/termsupport.zsh @@ -43,7 +43,7 @@ function omz_termsupport_preexec { setopt extended_glob # cmd name only, or if this is sudo or ssh, the next cmd - local CMD=${1[(wr)^(*=*|sudo|ssh|rake|-*)]:gs/%/%%} + local CMD=${1[(wr)^(*=*|sudo|ssh|mosh|rake|-*)]:gs/%/%%} local LINE="${2:gs/%/%%}" title '$CMD' '%100>...>$LINE%<<' |