Skip to content

Commit

Permalink
Don't pass -C flag to compinit
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed Nov 12, 2021
1 parent bcdb53f commit 8a538ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/.autocomplete.compinit
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ compdef() {
bindkey() { : }
{
builtin autoload +X -Uz compinit
compinit -C -d $_comp_dumpfile
compinit -d $_comp_dumpfile
} always {
unfunction bindkey
}
Expand Down

0 comments on commit 8a538ff

Please sign in to comment.