12345678910111213141516171819202122232425262728 |
- export LISTPROMPT
- setopt auto_cd
- setopt nohup
- setopt extended_glob
- setopt always_to_end
- setopt notify
- setopt correct
- setopt rmstarwait
- setopt noflowcontrol
- setopt histnostore
- setopt nobanghist
- setopt emacs
- setopt pushdignoredups
- setopt auto_continue
- setopt auto_list
- setopt auto_pushd
- setopt pushd_ignore_dups
- setopt pushd_silent
- setopt bang_hist
- setopt chase_links
- setopt ksh_option_print
- setopt long_list_jobs
- setopt no_rm_star_wait
|