all repos — nixfiles @ e4fcc9c855fa89fda8d077c3bb353c719a4767eb

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

zsh: Hide rprompt from copy/paste
Alan Pearce alan@alanpearce.eu
Mon, 25 Feb 2019 15:44:05 +0000
commit

e4fcc9c855fa89fda8d077c3bb353c719a4767eb

parent

61513f3f5874b05c0a858a4634af4b1a03ea1c1c

1 files changed, 1 insertions(+), 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//[-.=]}//[\/]}