Unique zsh history
This commit is contained in:
parent
179a26cb22
commit
dd4c17edf9
1
.zshrc
1
.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
|
||||
|
|
Loading…
Reference in New Issue