From 0d1f76ea0c88eb4adb11679a5744edb0fb85d752 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Fri, 16 Aug 2013 17:56:51 +0200 Subject: [PATCH] zsh: add options append_history, nullglob and autopushd --- zsh/zshrc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index 81ab383..375a7f9 100755 --- a/zsh/zshrc +++ b/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 # #----------#