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