diff options
-rwxr-xr-x[-rw-r--r--] | zsh/zscripts/terminalname.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zscripts/terminalname.zsh b/zsh/zscripts/terminalname.zsh index 8543896..6e55d22 100644..100755 --- a/zsh/zscripts/terminalname.zsh +++ b/zsh/zscripts/terminalname.zsh @@ -4,5 +4,5 @@ function xtitle () { # Updates the window title whenever a command is run function precmd () { - xtitle "$(print -P ${USER}@${HOST} %2~)" + xtitle "$(print -P ${USER}@${HOST} %~)" } |