summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-01-06 13:40:21 -0500
committerKjetil Orbekk <kj@orbekk.com>2024-01-06 13:40:21 -0500
commit5f7928a2581036ce5ef400ed376e05d05d3ac966 (patch)
treea0c55012e1bfe494ec3efc360689ef2f15719f09 /zsh/.zshrc
parenta2f318ff5c3140f0855df179ec7edef5dae87293 (diff)
update
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