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