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