zsh: Hide rprompt from copy/paste
Alan Pearce alan@alanpearce.eu
Mon, 25 Feb 2019 15:44:05 +0000
1 files changed, 1 insertions(+), 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//[-.=]}//[\/]}