diff options
author | A Farzat <a@farzat.xyz> | 2024-02-21 09:23:22 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-14 11:56:16 +0900 |
commit | 9a717f264274c0ce43f273c431a859e2d49d83e6 (patch) | |
tree | 17a762adf64418207bcb3ef6d2d8cd823d32b7ec /halfway/parameters.zsh | |
parent | e163abbc54578e793c4ad2aa0a649916ed48f43d (diff) | |
download | zsh-9a717f264274c0ce43f273c431a859e2d49d83e6.tar.gz zsh-9a717f264274c0ce43f273c431a859e2d49d83e6.zip |
Add parameters for history settings
Diffstat (limited to 'halfway/parameters.zsh')
-rw-r--r-- | halfway/parameters.zsh | 4 |
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 |