mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Merge 4d63819538 into 0912e05c05
This commit is contained in:
commit
28575ddbd7
1 changed files with 5 additions and 0 deletions
|
|
@ -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)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue