]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- fixed xterm title auto/ac/zsh-4_2_0-2
authorTomasz Pala <gotar@pld-linux.org>
Wed, 31 Mar 2004 08:12:16 +0000 (08:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zshrc -> 1.3

zshrc

diff --git a/zshrc b/zshrc
index 6f548cb2d1266cba53eef4b58be75d778b584908..71d65066f1accf39b8c22c1fff78f29e568dd3f9 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -19,7 +19,7 @@ bindkey `tput kcud1` history-beginning-search-forward >/dev/null 2>&1
 
 case "$TERM" in
        xterm*)
-               precmd () { print -Pn "\e]0;%n@%m: %~\a"i; }
+               precmd () { print -Pn "\e]0;%n@%m: %~\a" }
                bindkey '^[[H' beginning-of-line >/dev/null 2>&1
                bindkey '^[[F' end-of-line >/dev/null 2>&1
                ;;
This page took 0.036619 seconds and 4 git commands to generate.