zsh: add options append_history, nullglob and autopushd

master
Guillaume DOTT 2013-08-16 17:56:51 +02:00
parent d223c8a361
commit 0d1f76ea0c
1 changed files with 8 additions and 3 deletions

View File

@ -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 #
#--------------------#
# 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 #
#----------#