mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 18:38:00 +00:00
[.zshrc] Disable autocorrection
This commit is contained in:
parent
03e717ee41
commit
0ba8b247f0
4
.zshrc
4
.zshrc
@ -9,6 +9,10 @@ export PATH=$PATH:~/bin
|
|||||||
setopt clobber
|
setopt clobber
|
||||||
zstyle ':completion:*' rehash true
|
zstyle ':completion:*' rehash true
|
||||||
|
|
||||||
|
unsetopt correct
|
||||||
|
unsetopt correctall
|
||||||
|
DISABLE_CORRECTION="true"
|
||||||
|
|
||||||
##### aliases ######
|
##### aliases ######
|
||||||
|
|
||||||
alias ccat="pygmentize -O style=native -g "
|
alias ccat="pygmentize -O style=native -g "
|
||||||
|
Loading…
Reference in New Issue
Block a user