]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshrc
apkv: sort apk info
[dotfiles.git] / base / .zshrc
index 014b03943e9f690408a7ebf8f22cc2110fc035f8..be7fb3e5dfa374f405b40d47d914a7afc01a096e 100644 (file)
@@ -11,7 +11,7 @@ setopt PROMPT_SUBST
 ## jobs
 setopt AUTO_CONTINUE
 ## history
 ## 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
 
 ### keys
 # TODO: investigate "^[[200~" bracketed-paste
@@ -160,7 +160,7 @@ else
 fi
 unfunction check-busybox
 if [[ "$(basename "$PAGER")" = "less" ]] {
 fi
 unfunction check-busybox
 if [[ "$(basename "$PAGER")" = "less" ]] {
-    ps="$ps | less -SE"
+    ps="$ps | less -S"
 } else {
     ps="$ps | \"${PAGER:-more}\""
 }
 } else {
     ps="$ps | \"${PAGER:-more}\""
 }
This page took 0.03503 seconds and 4 git commands to generate.