diff options
| author | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-03-08 12:46:13 -0700 |
|---|---|---|
| committer | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-03-08 12:46:13 -0700 |
| commit | 794cafe1664db21b71bdf8ef1ee1a3cb355193eb (patch) | |
| tree | 12ddbd3085744c9930844fce47ba125abf63056c | |
| parent | 4a48862fcbc3bbf2a3e08ae8a3211f93ab61c1dd (diff) | |
Fix zsh prompt in README
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ Emacs-libvterm (_vterm_) is fully-fledged terminal emulator inside GNU Emacs based on [libvterm](https://github.com/neovim/libvterm), a C library. As a -result of using compiled code (as opposed to elisp), emacs-libvterm is fully +result of using compiled code (instead of elisp), emacs-libvterm is fully capable, fast, and it can seamlessly handle large outputs. ## Warning @@ -280,7 +280,7 @@ 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)%}' +PROMPT=$PROMPT"%{$(vterm_prompt_end)%}" ``` For `bash`, put this at the end of your `.bashrc`: |
