Skip to content

Commit

Permalink
Expand tilde in zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jan 23, 2024
1 parent 0be05e9 commit 9e9bd63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions argcomplete/bash_completion.d/_python-argcomplete
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ _python_argcomplete_global() {
__python_argcomplete_expand_tilde_by_ref executable
else
executable="${words[1]}"
__python_argcomplete_expand_tilde_by_ref executable
req_argv=( "${words[@]:1}" )
fi

Expand Down

0 comments on commit 9e9bd63

Please sign in to comment.