Keep shellcheck happy
This commit is contained in:
parent
59e0ac82a7
commit
9d4a127f72
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2179,7 +2179,7 @@ END
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"st")
|
"st")
|
||||||
if term_font="$(ps -o command= -p $parent | grep -E '\-f\s?.*?:?')"; then
|
if term_font="$(ps -o command= -p "$parent" | grep -E '\-f\s?.*?:?')"; then
|
||||||
term_font="${term_font/*-f/}"
|
term_font="${term_font/*-f/}"
|
||||||
term_font="${term_font/ -*/}"
|
term_font="${term_font/ -*/}"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue