Cleanup
This commit is contained in:
parent
d778003f28
commit
fa8a1e82ec
5
neofetch
5
neofetch
|
@ -118,6 +118,9 @@ getdistro() {
|
||||||
|
|
||||||
[ "$osx_buildversion" == "off" ] && \
|
[ "$osx_buildversion" == "off" ] && \
|
||||||
distro="${distro/ ${osx_build}}"
|
distro="${distro/ ${osx_build}}"
|
||||||
|
|
||||||
|
[ "${ascii_distro:-auto}" == "auto" ] && \
|
||||||
|
ascii_distro="$(trim "$distro")"
|
||||||
}
|
}
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
@ -3018,8 +3021,6 @@ main() {
|
||||||
|
|
||||||
# Distro detection
|
# Distro detection
|
||||||
getdistro
|
getdistro
|
||||||
[ "${ascii_distro:-auto}" == "auto" ] && \
|
|
||||||
ascii_distro="$(trim "$distro")"
|
|
||||||
|
|
||||||
# Get colors and bold
|
# Get colors and bold
|
||||||
bold
|
bold
|
||||||
|
|
Reference in New Issue