aboutsummaryrefslogtreecommitdiffstats
path: root/zuwu.zsh
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-15 13:45:18 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-15 13:45:18 +0100
commit9db21189049e80fcb277b9cbf9124798331d210a (patch)
tree969dda184dd0a2ee037f5583f2e704eae0c909a6 /zuwu.zsh
parent8cc73f7ac7ccb667cf62286d72bbbd927f4ece87 (diff)
downloadzuwu-9db21189049e80fcb277b9cbf9124798331d210a.tar.gz
zuwu-9db21189049e80fcb277b9cbf9124798331d210a.tar.bz2
zuwu-9db21189049e80fcb277b9cbf9124798331d210a.tar.lz
zuwu-9db21189049e80fcb277b9cbf9124798331d210a.zip

fix: less aggressive corrections

Diffstat (limited to 'zuwu.zsh')
-rwxr-xr-xzuwu.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuwu.zsh b/zuwu.zsh
index 8b03a45..2f66bfa 100755
--- a/zuwu.zsh
+++ b/zuwu.zsh
@@ -23,7 +23,7 @@ if ! grep '# The following lines were added by compinstall' ~/.zshrc >/dev/null
eval_append ~/.zshrc "$(<<EOF
# Note: Do not remove the 'The following lines were...' comment!
# The following lines were added by compinstall
-zstyle ':completion:*' completer _complete _ignored _approximate
+zstyle ':completion:*' completer _complete _ignored _correct
zstyle ':completion:*' format 'Completing %d'
zstyle ':completion:*' group-name ''
zstyle ':completion:*' list-colors ''