Skip to content

Commit

Permalink
Fix zsh default completion issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Mar 20, 2023
1 parent bc7a842 commit bad5a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argcomplete/bash_completion.d/python-argcomplete
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ _python_argcomplete_global() {
local executable=$1
__python_argcomplete_expand_tilde_by_ref executable
else
if [[ "$service" == "-default-" ]]; then
if [[ "$service" != "-default-" ]]; then
return
fi
local executable=${words[1]}
Expand Down

0 comments on commit bad5a2f

Please sign in to comment.