From e4fcc9c855fa89fda8d077c3bb353c719a4767eb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 25 Feb 2019 15:44:05 +0000 Subject: zsh: Hide rprompt from copy/paste --- zsh/.config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) 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//[-.=]}//[\/]} -- cgit 1.4.1