# choose shell, bash or zsh USER_SHELL='zsh' # user name USER_NAME='Marsway' # # auto cd, switch directory just by typing its name # [dirName] instead of [cd dirName] AUTO_CD='yes' # # chose prompt 'oneline' or 'twoline' PROMPT_ALTERNATIVE='twoline' # # auto open directory-tree or not # you can use [SPACE]+e to open directory-tree AUTO_OPEN_DIRECTORY_TREE='yes' # # auto format using google style when .h/.cc saved AUTO_FORMAT='yes'