1
0
Fork 0

More ZSH options

main
Ambrose Chua 2018-04-02 22:10:30 +08:00
parent f46f17692a
commit f7884dfc98
1 changed files with 11 additions and 3 deletions

14
.zshrc
View File

@ -1,8 +1,16 @@
# zsh settings
setopt appendhistory
setopt autocd
setopt extendedglob
setopt append_history
setopt extended_history
setopt share_history
setopt histignorespace
setopt longlistjobs
setopt notify
setopt completeinword
setopt noshwordsplit
setopt auto_cd
setopt interactivecomments
setopt extended_glob
export TERM=xterm-256color
# pure