1
0
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:
Joe Groocock 2017-11-10 12:30:39 +00:00
parent 29f0feb620
commit 2ae12987ad
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

2
.zshrc
View File

@ -16,7 +16,7 @@ HISTFILE=$ZSH_CONFIG_DIR/histfile
HISTSIZE=100000 HISTSIZE=100000
SAVEHIST=100000 SAVEHIST=100000
setopt sharehistory histignorealldups histignorespace histreduceblanks 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 # Only set tty if running interactively
if tty -s; then if tty -s; then