zsh: Hide rprompt from copy/paste
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M zsh/.config/zsh/.zshrc → zsh/.config/zsh/.zshrc
@@ -12,6 +12,7 @@ setopt hist_save_no_dups setopt hist_ignore_space unsetopt share_history setopt inc_append_history_time +setopt transient_rprompt WORDCHARS=${${WORDCHARS//[-.=]}//[\/]}