]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshrc
zshrc: don't quit on EOF with ps aliases
[dotfiles.git] / base / .zshrc
index c5e4093f73236fe886df02b4e450f1da3a08abfa..be7fb3e5dfa374f405b40d47d914a7afc01a096e 100644 (file)
@@ -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}\""
 }
This page took 0.031238 seconds and 4 git commands to generate.