summaryrefslogtreecommitdiff
path: root/halfway
diff options
context:
space:
mode:
Diffstat (limited to 'halfway')
-rw-r--r--halfway/parameters.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/halfway/parameters.zsh b/halfway/parameters.zsh
new file mode 100644
index 0000000..6761722
--- /dev/null
+++ b/halfway/parameters.zsh
@@ -0,0 +1,4 @@
+HISTORY_IGNORE="(. */.venv/bin/activate|btop|neomutt|profanity|newsboat|weechat)"
+HISTFILE="$ZDOTDIR/.zsh_history"
+HISTSIZE=50000
+SAVEHIST=10000