diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-02-22 10:10:48 -0500 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-02-22 10:10:48 -0500 |
commit | 5e26c2063f933961c670aa47f0ad8102a7600f4b (patch) | |
tree | e0a5c39837d61a7d70676857519fdbb7ca28b775 | |
parent | f4d45858b9772ad041e8ee853d4ab46c89910356 (diff) |
fixed a little typo
-rw-r--r-- | zsh/behavior.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/behavior.zsh b/zsh/behavior.zsh index fad9161..8920fad 100644 --- a/zsh/behavior.zsh +++ b/zsh/behavior.zsh @@ -44,7 +44,7 @@ case "$TERM" in term_preexec () { local CMD=${1[(wr)^(*=*|sudo|ssh|-*)]} echo -ne "\ek$CMD\e\\" - print -Pn "\e]0;%n@%m:%~($1)\a" # xterm + print -Pn "\e]0;%n@%m:%~ ($1)\a" # xterm } term_precmd () { echo -ne "\ekzsh\e\\" |