Quote trim command
This commit is contained in:
parent
5d4e65ad54
commit
ba78e2c888
2
neofetch
2
neofetch
|
@ -3280,7 +3280,7 @@ trap 'printf "\033[?25h"; clear; exit' 2
|
||||||
|
|
||||||
# Distro detection
|
# Distro detection
|
||||||
getdistro
|
getdistro
|
||||||
[ -z "$ascii_distro" ] && ascii_distro="$(trim $distro)"
|
[ -z "$ascii_distro" ] && ascii_distro="$(trim "$distro")"
|
||||||
|
|
||||||
# Get colors and bold
|
# Get colors and bold
|
||||||
bold
|
bold
|
||||||
|
|
Reference in New Issue