support overriding bash-my-aws install location
parent
2ed7764e30
commit
1e834c24fe
|
|
@ -1,7 +1,7 @@
|
||||||
cite about-plugin
|
cite about-plugin
|
||||||
about-plugin 'Bash My AWS'
|
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() {
|
__bma_load() {
|
||||||
force=$1
|
force=$1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue