# bash compatibility options # ${=foo} setopt SH_WORD_SPLIT # ${~foo} setopt GLOB_SUBST # export x=`echo hi there` setopt KSH_TYPESET # print foo=~/bar:~/rod setopt MAGIC_EQUAL_SUBST # print nosuchfile* setopt NO_NOMATCH # print [- setopt NO_BAD_PATTERN # print -n line setopt NO_PROMPTCR