Fix more space-in-path-proof issues
Signed-off-by: 林博仁 <Buo.Ren.Lin@gmail.com>pull/956/head
parent
e275c62767
commit
e2d3419639
|
|
@ -49,4 +49,4 @@ export SCM_CHECK=true
|
||||||
# export BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE=1
|
# export BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE=1
|
||||||
|
|
||||||
# Load Bash It
|
# Load Bash It
|
||||||
source $BASH_IT/bash_it.sh
|
source "$BASH_IT"/bash_it.sh
|
||||||
|
|
|
||||||
|
|
@ -474,7 +474,7 @@ function battery_char {
|
||||||
fi
|
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...
|
# if user has installed battery plugin, skip this...
|
||||||
function battery_charge (){
|
function battery_charge (){
|
||||||
# no op
|
# no op
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue