support overriding bash-my-aws install location

pull/1473/head
cornfeedhobo 2020-01-04 08:52:52 -08:00
parent 2ed7764e30
commit 1e834c24fe
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cite about-plugin
about-plugin 'Bash My AWS'
export BASH_MY_AWS="$HOME/.bash-my-aws"
export BASH_MY_AWS="${BASH_MY_AWS:-$HOME/.bash-my-aws}"
__bma_load() {
force=$1