chore(zsh): Added HISTFILE to .zshrc (was in /etc/zshrc)
This commit is contained in:
@@ -15,6 +15,7 @@ export PATH="/opt/homebrew/opt/openjdk@17/bin:$PATH"
|
|||||||
export PATH="/opt/homebrew/opt/texlive/bin:$PATH"
|
export PATH="/opt/homebrew/opt/texlive/bin:$PATH"
|
||||||
|
|
||||||
# Setup History
|
# Setup History
|
||||||
|
HISTFILE=${ZDOTDIR:-$HOME}/.zsh_history
|
||||||
HISTSIZE=100000000
|
HISTSIZE=100000000
|
||||||
SAVEHIST=100000000
|
SAVEHIST=100000000
|
||||||
setopt BANG_HIST # Treat the '!' character specially during expansion.
|
setopt BANG_HIST # Treat the '!' character specially during expansion.
|
||||||
|
|||||||
Reference in New Issue
Block a user