setopt extendedglob
unsetopt flow_control
setopt hist_ignore_all_dups
+setopt hist_ignore_space
setopt ksh_glob
setopt list_ambiguous
setopt list_packed
setopt notify
setopt share_history
-zshaddhistory () {
- case "$1" in
- " "*) return 2 ;;
- *) return 0 ;;
- esac
-}
-
###--------------------------------------------------------------------------
### Finishing touches.