mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 16:51:29 +00:00
Cleanup
This commit is contained in:
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
Block a user