added heroku completion

pull/1328/head
tbhaxor 2019-02-14 00:27:52 +05:30
parent f02dab437a
commit 568e8b80f2
No known key found for this signature in database
GPG Key ID: 2CE3F4D1406EED1A
1 changed files with 7 additions and 0 deletions

View File

@ -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