- # ignore sequential duplicates
- setopt hist_ignore_dups
- # shared history across shells
- setopt INC_APPEND_HISTORY
- # list choices on ambiguous completion
- # use BASH_AUTO_LIST to require a second keypress
- setopt AUTO_LIST
- # don't list on unambiguous prefix
- setopt LIST_AMBIGUOUS
|