feat: Sets up correction suggestions for zsh

This commit is contained in:
2025-09-17 14:45:49 -04:00
parent 3825ef78ff
commit e8de865417

View File

@@ -114,6 +114,7 @@ setopt aliases
setopt auto_pushd # Push the current directory on the stack.
setopt pushd_ignore_dups # Ignore duplicates in stack
setopt pushd_silent # Do not print stack after pushd or popd.
setopt CORRECT # Offers corrections on misspelled commands.
bindkey -v # Enable vi mode
export KEYTIMEOUT=1 # Switch between vim mode quicker.