From dd4c17edf9a8500325cbb0508634189981a80e0a Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 7 Feb 2022 10:56:12 +0100 Subject: [PATCH] Unique zsh history --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 95d1483..59fc8c0 100644 --- a/.zshrc +++ b/.zshrc @@ -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