Fix more space-in-path-proof issues
Signed-off-by: 林博仁 <Buo.Ren.Lin@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user