mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-01-03 08:56:47 +00:00
[zshrc] Restore history env variables
This commit is contained in:
parent
53f31a42bc
commit
63cc6ed077
4
.zshrc
4
.zshrc
@ -17,6 +17,10 @@ setopt clobber
|
|||||||
zstyle ':completion:*' rehash true
|
zstyle ':completion:*' rehash true
|
||||||
zstyle ':completion:*' special-dirs true
|
zstyle ':completion:*' special-dirs true
|
||||||
|
|
||||||
|
export HISTFILE=~/.zsh_history
|
||||||
|
export HISTFILESIZE=100000
|
||||||
|
export HISTSIZE=100000
|
||||||
|
|
||||||
unsetopt correct
|
unsetopt correct
|
||||||
unsetopt correctall
|
unsetopt correctall
|
||||||
DISABLE_CORRECTION="true"
|
DISABLE_CORRECTION="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user