Add pipenv completion support

https://github.com/kennethreitz/pipenv
This commit is contained in:
Eduardo Bellido Bellido
2017-10-28 12:42:50 +02:00
parent 2405fe2c54
commit 1820a973d2

View File

@@ -0,0 +1 @@
[[ -x "$(which pipenv)" ]] && source <(env _PIPENV_COMPLETE="source-bash" pipenv)