all repos — nixfiles @ e4fcc9c855fa89fda8d077c3bb353c719a4767eb

System and user configuration, managed by nix and home-manager

zsh: Hide rprompt from copy/paste

Alan Pearce
commit

e4fcc9c855fa89fda8d077c3bb353c719a4767eb

parent

61513f3f5874b05c0a858a4634af4b1a03ea1c1c

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.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//[-.=]}//[\/]}