Skip to content

Commit fbe1114

Browse files
committed
fix: disable auto correction
1 parent 5627999 commit fbe1114

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/zsh/shared.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ rec {
4848
options = ''
4949
# Directory navigation
5050
setopt auto_cd # cd by typing directory name if it's not a command
51-
setopt correct_all # autocorrect commands
5251
5352
# Completion settings
5453
setopt auto_list # automatically list choices on ambiguous completion

0 commit comments

Comments
 (0)