Skip to content

Commit 1690d1e

Browse files
committed
Fixed helm autocompletion
1 parent ec18246 commit 1690d1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

zsh/.completions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ if [ "$TERM_PROGRAM" != "WarpTerminal" ]; then
55
complete -o nospace -C $(which terraform) terraform
66
complete -C '$(which aws_completer)' aws
77
source <(dyff completion zsh)
8-
source <(helm diff completion zsh)
8+
source <(helm completion zsh)
99
source <(atlas completion zsh)
10-
fi
10+
fi

0 commit comments

Comments
 (0)