diff options
Diffstat (limited to '')
-rw-r--r-- | .zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ xterm*|rxvt*|Eterm) vcs_info } ;; -screen) +screen|linux) precmd() { echo -ne "\033_${USER}@$(hostname):${PWD/$HOME/~}\033\\"; |