1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 13:29:24 +00:00
This commit is contained in:
2022-04-09 21:23:08 +02:00
parent ac2a761fae
commit 53f31a42bc
2 changed files with 3 additions and 116 deletions

4
.zshrc
View File

@ -17,10 +17,6 @@ setopt clobber
zstyle ':completion:*' rehash true
zstyle ':completion:*' special-dirs true
export HISTFILE=~/.zsh_history
export HISTFILESIZE=100000
export HISTSIZE=100000
unsetopt correct
unsetopt correctall
DISABLE_CORRECTION="true"