Unique zsh history

This commit is contained in:
Mathis 2022-02-07 10:56:12 +01:00
parent 179a26cb22
commit dd4c17edf9
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -12,6 +12,7 @@ export PATH=$PATH:$GOPATH/bin
export HISTFILE=$HOME/.zsh_history
export HISTSIZE=15000 # keep 15,000 lines in memory
export SAVEHIST=10000 # but save only 10,000 of them
export HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=true
# VTE
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then