]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/heroku/heroku.plugin.zsh
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / heroku / heroku.plugin.zsh
1 if [[ "$OSTYPE" = darwin* ]]; then
2   cache_dir="${HOME}/Library/Caches"
3 else
4   cache_dir="${XDG_CACHE_HOME:-"${HOME}/.cache"}"
5 fi
6
7 setup_path="${cache_dir}/heroku/autocomplete/zsh_setup"
8 [[ -f "$setup_path" ]] && source $setup_path
9 unset cache_dir setup_path