diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ Put this in your *remote* `.zshrc`: ```zsh function chpwd() { - print -Pn "\e]51A;$(whoami)@$(hostname):$(pwd)\e\\" + print -Pn "\e]51;A$(whoami)@$(hostname):$(pwd)\e\\" } ``` |
