We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bin_path => pathcmd
1 parent 50865aa commit 350b1b7Copy full SHA for 350b1b7
completions/_nox
@@ -4,8 +4,8 @@
4
# This serves as a fallback in case the completion is not installed otherwise.
5
6
eval -- "$(
7
- bin_path=$(type -P "$1" 2>/dev/null | command sed 's,/[^/]*$,,')
8
- [[ $bin_path ]] && PATH=$bin_path${PATH:+:$PATH}
+ pathcmd=$(type -P "$1" 2>/dev/null | command sed 's,/[^/]*$,,')
+ [[ $pathcmd ]] && PATH=$pathcmd${PATH:+:$PATH}
9
register-python-argcomplete --shell bash "$1" 2>/dev/null ||
10
register-python-argcomplete3 --shell bash "$1" 2>/dev/null
11
)"
0 commit comments