diff options
author | Alan Pearce | 2015-04-13 14:04:45 +0100 |
---|---|---|
committer | Alan Pearce | 2015-04-13 14:04:45 +0100 |
commit | 9f235978081a1a85dce936d11dae943fde466ad3 (patch) | |
tree | 0f14ecdf7c1504fbec7031912bdb1dfd2f1b938c | |
parent | 2f69ec896b7d5d1941efcaa12690655d808e29b6 (diff) | |
download | dotfiles-9f235978081a1a85dce936d11dae943fde466ad3.tar.lz dotfiles-9f235978081a1a85dce936d11dae943fde466ad3.tar.zst dotfiles-9f235978081a1a85dce936d11dae943fde466ad3.zip |
Zsh: Ensure RPROMPT is unset when setting prompt
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index fa2a2be..e057f0b 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -127,6 +127,7 @@ then autoload -U promptinit promptinit prompt pure + RPROMPT= fi # Options |