Skip to content

Commit fa6b492

Browse files
committed
Pass the shellcheck lint test
1 parent d985e4c commit fa6b492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/brainy/brainy.theme.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ ___brainy_prompt_battery() {
168168
box="[|]"
169169
ac_adapter_connected && charging="+"
170170
ac_adapter_disconnected && charging="-"
171-
info+=$charging
171+
info+="$charging"
172172
[ "$info" == "100+" ] && info="AC"
173173
printf "%s|%s|%s|%s" "${color}" "${info}" "${bold_white}" "${box}"
174174
}

0 commit comments

Comments
 (0)