diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 4abc30de..a052e91e 100755 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -49,4 +49,4 @@ export SCM_CHECK=true # export BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE=1 # Load Bash It -source $BASH_IT/bash_it.sh +source "$BASH_IT"/bash_it.sh diff --git a/themes/base.theme.bash b/themes/base.theme.bash index d891ecd3..84928acd 100644 --- a/themes/base.theme.bash +++ b/themes/base.theme.bash @@ -474,7 +474,7 @@ function battery_char { fi } -if [ ! -e $BASH_IT/plugins/enabled/battery.plugin.bash ]; then +if [ ! -e "$BASH_IT"/plugins/enabled/battery.plugin.bash ]; then # if user has installed battery plugin, skip this... function battery_charge (){ # no op