7 lines
160 B
Bash
7 lines
160 B
Bash
export ZSH=$HOME/.config/zsh
|
|
export HISTFILE=$ZSH/.zsh_history
|
|
export HISTSIZE=10000
|
|
export SAVEHIST=10000
|
|
setopt HIST_IGNORE_ALL_DUPS
|
|
setopt HIST_FIND_NO_DUPS
|