File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 74
74
alias UI.Color.NoInvisible=" echo"
75
75
fi
76
76
77
- alias UI.Powerline.IsAvailable=" UI.Color.IsAvailable && test -z \$ NO_UNICODE && (echo -e $'\u1F3B7' | grep -v F3B7) &> /dev/null"
77
+ alias UI.Powerline.IsAvailable=" UI.Color.IsAvailable && test -z \$ { NO_UNICODE-} && (echo -e $'\u1F3B7' | grep -v F3B7) &> /dev/null"
78
78
if UI.Powerline.IsAvailable
79
79
then
80
80
alias UI.Powerline.PointingArrow=" echo -e $'\u27a1'"
Original file line number Diff line number Diff line change 76
76
UI_Color_NoInvisible=" "
77
77
fi
78
78
79
- alias UI.Powerline.IsAvailable=" UI.Color.IsAvailable && test -z \$ NO_UNICODE && (echo -e $'\u1F3B7' | grep -v F3B7) &> /dev/null"
79
+ alias UI.Powerline.IsAvailable=" UI.Color.IsAvailable && test -z \$ { NO_UNICODE-} && (echo -e $'\u1F3B7' | grep -v F3B7) &> /dev/null"
80
80
if UI.Powerline.IsAvailable
81
81
then
82
82
UI_Powerline_PointingArrow=$' \u27a1'
Original file line number Diff line number Diff line change 4
4
# ## BOOTSTRAP FUNCTIONS ###
5
5
# ##########################
6
6
7
- if [[ -n " $__INTERNAL_LOGGING__ " ]]
7
+ if [[ -n " ${ __INTERNAL_LOGGING__:- } " ]]
8
8
then
9
9
alias DEBUG=" :; "
10
10
else
@@ -132,7 +132,7 @@ System::SourceFile() {
132
132
then
133
133
# # if already imported let's return
134
134
# if declare -f "Array::Contains" &> /dev/null &&
135
- if [[ " ${__oo__allowFileReloading} " != true ]] && [[ ! -z " ${__oo__importedFiles[*]} " ]] && Array::Contains " $libPath " " ${__oo__importedFiles[@]} "
135
+ if [[ " ${__oo__allowFileReloading- } " != true ]] && [[ ! -z " ${__oo__importedFiles[*]} " ]] && Array::Contains " $libPath " " ${__oo__importedFiles[@]} "
136
136
then
137
137
# DEBUG subject=level3 Log "File previously imported: ${libPath}"
138
138
return 0
You can’t perform that action at this time.
0 commit comments