summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index e096bb1..f02c839 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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