diff options
-rw-r--r-- | .zshrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -451,9 +451,8 @@ regcheck() { # }}} # History {{{ export HISTFILE=~/.zsh/histfile -# for some odd reason allocating RAM to save the histfile takes ages.. export HISTSIZE=100000 -export SAVEHIST=65536 +export SAVEHIST=100000 readonly HISTFILE # }}} # Other ZSH options {{{ @@ -491,7 +490,9 @@ setopt print_exit_value setopt no_clobber setopt inc_append_history +setopt no_bg_nice setopt share_history +setopt bang_hist setopt extended_history setopt hist_reduce_blanks setopt hist_ignore_space |