aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGabriele Bozzola <sbozzolator@gmail.com>2020-03-08 12:46:13 -0700
committerGabriele Bozzola <sbozzolator@gmail.com>2020-03-08 12:46:13 -0700
commit794cafe1664db21b71bdf8ef1ee1a3cb355193eb (patch)
tree12ddbd3085744c9930844fce47ba125abf63056c /README.md
parent4a48862fcbc3bbf2a3e08ae8a3211f93ab61c1dd (diff)
Fix zsh prompt in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7b94811..36a6629 100644
--- a/README.md
+++ b/README.md
@@ -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`: