added heroku completion
parent
f02dab437a
commit
568e8b80f2
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
if command -v heroku > /dev/null; then
|
||||
heroku autocomplete > /dev/null
|
||||
printf "$(heroku autocomplete:script bash)" >> ~/.bashrc; source ~/.bashrc
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue