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