diff options
author | Alan Pearce | 2019-02-25 15:44:05 +0000 |
---|---|---|
committer | Alan Pearce | 2019-02-25 15:44:05 +0000 |
commit | e4fcc9c855fa89fda8d077c3bb353c719a4767eb (patch) | |
tree | 98e42b8155d77ffefcdb83913bc6c47f69afec61 /zsh | |
parent | 61513f3f5874b05c0a858a4634af4b1a03ea1c1c (diff) | |
download | dotfiles-e4fcc9c855fa89fda8d077c3bb353c719a4767eb.tar.lz dotfiles-e4fcc9c855fa89fda8d077c3bb353c719a4767eb.tar.zst dotfiles-e4fcc9c855fa89fda8d077c3bb353c719a4767eb.zip |
zsh: Hide rprompt from copy/paste
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index c17a03b..c2e5c0b 100644 --- a/zsh/.config/zsh/.zshrc +++ b/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//[-.=]}//[\/]} |