options (369B)
1 #!/bin/zsh 2 3 set -o always_to_end 4 set -o append_history 5 set -o complete_in_word 6 set -o extendedglob 7 set -o histappend 8 set -o histignorealldups 9 set -o histignorespace 10 set -o interactivecomments 11 set -o ksh_glob 12 set -o no_bang_hist 13 set -o no_bare_glob_qual 14 set -o no_extended_glob 15 set -o noclobber 16 set -o nullglob 17 set -o prompt_subst 18 set -o rmstarsilent 19 set -o shwordsplit