summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-06-06 15:33:41 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-06-06 15:33:41 +0200
commit059524dc686b9088b7cadeea267a01757d4ac710 (patch)
tree24c0d272637e2bfcbb7f25fadc42cb022252c14e /.zsh/zshrc
parentcd2e43ba89de8f78ca7bc61a4a4c04e98c917ca4 (diff)
downloaddotfiles-059524dc686b9088b7cadeea267a01757d4ac710.tar.gz
dotfiles-059524dc686b9088b7cadeea267a01757d4ac710.tar.bz2
dotfiles-059524dc686b9088b7cadeea267a01757d4ac710.zip
Fix the last commit
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index b27812e..c90b966 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -173,7 +173,7 @@ xterm*|rxvt*|Eterm)
vcs_info
}
;;
-screen|linux)
+screen)
precmd()
{
echo -ne "\033_${USER}@$(hostname):${PWD/$HOME/~}\033\\";
@@ -214,7 +214,7 @@ case $TERM in
bindkey "^[OF" end-of-line
bindkey "^[[3~" delete-char
;;
- screen)
+ screen|linux)
bindkey "^[[1~" beginning-of-line
bindkey "^[[4~" end-of-line
bindkey "^[[3~" delete-char