From 9a717f264274c0ce43f273c431a859e2d49d83e6 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Wed, 21 Feb 2024 09:23:22 +0900 Subject: Add parameters for history settings --- halfway/parameters.zsh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 halfway/parameters.zsh (limited to 'halfway') 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 -- cgit v1.2.3-70-g09d2