feat: Heroku integration

This commit is contained in:
2021-11-15 10:52:27 -05:00
parent 701b115ca3
commit 628e0f6472

2
zshrc
View File

@@ -15,6 +15,8 @@ if type brew &>/dev/null; then
fi
source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
# heroku autocomplete setup
HEROKU_AC_ZSH_SETUP_PATH=/Users/myockey/Library/Caches/heroku/autocomplete/zsh_setup && test -f $HEROKU_AC_ZSH_SETUP_PATH && source $HEROKU_AC_ZSH_SETUP_PATH;
for file in $INSTALL_DIR/functions/*.zsh; do
source $file