mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Remove 'correctall' option from ZSH
This commit is contained in:
parent
29f0feb620
commit
2ae12987ad
2
.zshrc
2
.zshrc
@ -16,7 +16,7 @@ HISTFILE=$ZSH_CONFIG_DIR/histfile
|
||||
HISTSIZE=100000
|
||||
SAVEHIST=100000
|
||||
setopt sharehistory histignorealldups histignorespace histreduceblanks
|
||||
setopt pathdirs autocd autopushd correctall extendedglob alwaystoend dvorak
|
||||
setopt pathdirs autocd autopushd extendedglob alwaystoend dvorak
|
||||
|
||||
# Only set tty if running interactively
|
||||
if tty -s; then
|
||||
|
Loading…
Reference in New Issue
Block a user