zsh: add options append_history, nullglob and autopushd
parent
d223c8a361
commit
0d1f76ea0c
11
zsh/zshrc
11
zsh/zshrc
|
@ -47,11 +47,13 @@ zstyle ':vcs_info:*' enable git svn hg
|
|||
zstyle ':vcs_info:git*' formats " (%s.%b) "
|
||||
zstyle ':vcs_info:hg*' formats " (%s.%b) "
|
||||
|
||||
#--------------------#
|
||||
# Options activation #
|
||||
#--------------------#
|
||||
#----------------------------------------------#
|
||||
# Options activation #
|
||||
# http://www.cs.elte.hu/zsh-manual/zsh_16.html #
|
||||
#----------------------------------------------#
|
||||
setopt hist_ignore_all_dups
|
||||
setopt hist_ignore_space
|
||||
setopt append_history
|
||||
setopt extended_history
|
||||
|
||||
setopt complete_in_word
|
||||
|
@ -68,6 +70,9 @@ setopt nobeep
|
|||
|
||||
setopt prompt_subst
|
||||
|
||||
setopt nullglob
|
||||
setopt autopushd
|
||||
|
||||
#----------#
|
||||
# VIM mode #
|
||||
#----------#
|
||||
|
|
Loading…
Reference in New Issue