1 2 3 4 5 6 7 8 9 10 11 12 13
################## # shell features # ################## setopt equals setopt extendedglob setopt interactivecomments setopt autopushd HISTSIZE=100000 SAVEHIST=100000 HISTFILE=~/.zsh-history setopt INC_APPEND_HISTORY