aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 90e920ad..014ac3fd 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -3,9 +3,9 @@ bindkey -e
# History settings
setopt histignorealldups sharehistory
-HISTSIZE=$((1 << 12))
-SAVEHIST=$((1 << 24))
HISTFILE=$HOME/.zsh_history
+SAVEHIST=$((1 << 12))
+HISTSIZE=$((1 << 10))
# Load POSIX shell functions
source "$ENV"