summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
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