X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/f11fbf9e70524455e541d2a48bc7e6c64e415adb..977f3ab38f7bf6ad3b7801870a1ca13b7bdaad80:/base/.zshrc diff --git a/base/.zshrc b/base/.zshrc index 014b039..be7fb3e 100644 --- a/base/.zshrc +++ b/base/.zshrc @@ -11,7 +11,7 @@ setopt PROMPT_SUBST ## jobs setopt AUTO_CONTINUE ## history -setopt NO_HIST_SAVE_BY_COPY HIST_IGNORE_DUPS SHARE_HISTORY +setopt NO_HIST_SAVE_BY_COPY HIST_IGNORE_DUPS SHARE_HISTORY HIST_REDUCE_BLANKS ### keys # TODO: investigate "^[[200~" bracketed-paste @@ -160,7 +160,7 @@ else fi unfunction check-busybox if [[ "$(basename "$PAGER")" = "less" ]] { - ps="$ps | less -SE" + ps="$ps | less -S" } else { ps="$ps | \"${PAGER:-more}\"" }