## 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
fi
unfunction check-busybox
if [[ "$(basename "$PAGER")" = "less" ]] {
- ps="$ps | less -SE"
+ ps="$ps | less -S"
} else {
ps="$ps | \"${PAGER:-more}\""
}