3z3qu13l / laptopSetup

0 stars 0 forks source link

Improve terminal history #16

Open 3z3qu13l opened 3 months ago

3z3qu13l commented 3 months ago

Add to zshrc

# History
HISTSIZE=5000
HISTFILE=~/.zsh_history
SAVEHIST=$HISTSIZE
HISTDUP=erase
setopt appendhistory
setopt sharehistory
setopt hist_ignore_space
setopt hist_ignore_all_dups
setopt hist_save_no_dups
setopt hist_ignore_dups
setopt hist_find_no_dups