diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -114,6 +114,16 @@ cd() { } ``` +## Remote directory tracking + +Put this in your *remote* .zshrc: + +```zsh +function chpwd() { + print -Pn "\e]51;$(whoami)@$(hostname):$(pwd)\e\\" +} +``` + ## Related packages - [vterm-toggle](https://github.com/jixiuf/vterm-toggle): Toggles between a vterm and the current buffer |
