aboutsummaryrefslogtreecommitdiff
path: root/zsh/behavior.zsh
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-02-22 10:10:48 -0500
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-02-22 10:10:48 -0500
commit5e26c2063f933961c670aa47f0ad8102a7600f4b (patch)
treee0a5c39837d61a7d70676857519fdbb7ca28b775 /zsh/behavior.zsh
parentf4d45858b9772ad041e8ee853d4ab46c89910356 (diff)
fixed a little typo
Diffstat (limited to 'zsh/behavior.zsh')
-rw-r--r--zsh/behavior.zsh2
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\\"