This website requires JavaScript.
Explore
Help
Sign In
XorA
/
bash-it
Watch
1
Star
0
Fork
You've already forked bash-it
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
00f5f2a62e
bash-it
/
completion
/
available
/
pipenv.completion.bash
5 lines
90 B
Bash
Raw
Blame
History
# shellcheck shell=bash
if
_command_exists pipenv
;
then
eval
"
$(
pipenv --completion
)
"
fi
Reference in New Issue
View Git Blame
Copy Permalink