mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-16 11:36:16 +08:00
Merge 4d63819538 into 3f6f72010f
This commit is contained in:
commit
aaeba1c49a
@ -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 New Issue
Block a user