summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 4f76c56..beaa165 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -1,7 +1,3 @@
-# History settings
-HISTFILE=~/.zsh_history
-HISTSIZE=1000000
-SAVEHIST=$HISTSIZE
setopt inc_append_history share_history histignorealldups
if [[ ${INSIDE_EMACS} == *comint* ]]; then