Populate repo
This commit is contained in:
9
zsh/.oh-my-zsh/plugins/heroku/heroku.plugin.zsh
Normal file
9
zsh/.oh-my-zsh/plugins/heroku/heroku.plugin.zsh
Normal file
@ -0,0 +1,9 @@
|
||||
HEROKU_AC_CACHE_DIR="$HOME/.cache"
|
||||
if [ "$(uname -s)" = "Darwin" ]; then
|
||||
HEROKU_AC_CACHE_DIR="$HOME/Library/Caches"
|
||||
fi
|
||||
if [ ! -z "$XDG_CACHE_HOME" ]; then
|
||||
HEROKU_AC_CACHE_DIR="$XDG_CACHE_DIR"
|
||||
fi
|
||||
HEROKU_AC_ZSH_SETUP_PATH=$HEROKU_AC_CACHE_DIR/heroku/autocomplete/zsh_setup
|
||||
[ -f $HEROKU_AC_ZSH_SETUP_PATH ] && source $HEROKU_AC_ZSH_SETUP_PATH
|
Reference in New Issue
Block a user