diff options
| author | zwPapEr <zw.paper@gmail.com> | 2020-03-09 13:17:35 +0800 |
|---|---|---|
| committer | zwPapEr <zw.paper@gmail.com> | 2020-03-09 13:17:35 +0800 |
| commit | 8471a3a401e88d5fd14c9e8b0ffac259cf3406e8 (patch) | |
| tree | 0edd629d95de05dbf09e7e50871bd5a12b4d25eb /README.md | |
| parent | 754eb062c2d2405a8d614b62d9fa7057bad302ce (diff) | |
Update zsh directory track config
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -303,7 +303,8 @@ For `zsh`, put this at the end of your `.zshrc`: vterm_prompt_end() { vterm_printf "51;A$(whoami)@$(hostname):$(pwd)"; } -PROMPT=$PROMPT"%{$(vterm_prompt_end)%}" +setopt PROMPT_SUBST +PROMPT=$PROMPT'%{$(vterm_prompt_end)%}' ``` For `bash`, put this at the end of your `.bashrc`: |
