From 628e0f647204137fedb95b279ad6c2a27171a37f Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Mon, 15 Nov 2021 10:52:27 -0500 Subject: [PATCH] feat: Heroku integration --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index cfb9370..866aca1 100644 --- a/zshrc +++ b/zshrc @@ -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