aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1fc4c35..07fe24a 100644
--- a/README.md
+++ b/README.md
@@ -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\\"
}
```