This commit is contained in:
ANDI FAUZAN HEDIANTORO 2026-06-15 11:51:43 +02:00 committed by GitHub
commit aaeba1c49a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,8 @@
# Return immediately if heroku is not found
if (( ! ${+commands[heroku]} )); then
return
fi
# general
alias h='heroku'
alias hauto='heroku autocomplete $(echo $SHELL)'