aboutsummaryrefslogtreecommitdiffstats
path: root/zuwu.zsh
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-22 22:16:27 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-22 22:16:27 +0100
commit22664eccc8ac4738f4a88ecedfe916a50413c79b (patch)
treef0b5daa18fd5db4f741e2c445a56756332511a93 /zuwu.zsh
parent7c1c4e145aaaa1ca29fc5638b831b02f39641234 (diff)
downloadzuwu-22664eccc8ac4738f4a88ecedfe916a50413c79b.tar.gz
zuwu-22664eccc8ac4738f4a88ecedfe916a50413c79b.tar.bz2
zuwu-22664eccc8ac4738f4a88ecedfe916a50413c79b.tar.lz
zuwu-22664eccc8ac4738f4a88ecedfe916a50413c79b.zip

fix: _correct is wonky it was a mistake i meant _approximate

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 b5d3c02..3bb1bbf 100755
--- a/zuwu.zsh
+++ b/zuwu.zsh
@@ -27,7 +27,7 @@ eval_append() {
if ! test compinit >/dev/null 2>/dev/null; then
eval_append ~/.zshrc "$(<<EOF
# The following lines were added by compinstall
-zstyle ':completion:*' completer _complete _ignored _correct
+zstyle ':completion:*' completer _complete _ignored _approximate
zstyle ':completion:*' format 'Completing %d'
zstyle ':completion:*' group-name ''
zstyle ':completion:*' list-colors ''