« get me outta code hell

dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 784cbdc..0b12d52 100644
--- a/.zshrc
+++ b/.zshrc
@@ -28,6 +28,10 @@ device_preconfig
 
 # //// zsh configuration //////////////////////////////////////////////////// #
 
+export HISTFILE="$HOME/.zsh_history"
+export SAVEHIST=1000
+export HISTSIZE=2000
+
 autoload -Uz select-word-style
 select-word-style bash