General: Remove $HOSTTYPE since it
's set incorrectly on FreeBSD
This commit is contained in:
parent
5ca6d69d28
commit
8dc8c97c80
2
neofetch
2
neofetch
|
@ -248,7 +248,7 @@ get_distro() {
|
||||||
|
|
||||||
# Get architecture
|
# Get architecture
|
||||||
[[ "$os_arch" == "on" ]] && \
|
[[ "$os_arch" == "on" ]] && \
|
||||||
distro+=" ${HOSTTYPE:-${machine_arch}}"
|
distro+=" ${machine_arch}"
|
||||||
|
|
||||||
[[ "${ascii_distro:-auto}" == "auto" ]] && \
|
[[ "${ascii_distro:-auto}" == "auto" ]] && \
|
||||||
ascii_distro="$(trim "$distro")"
|
ascii_distro="$(trim "$distro")"
|
||||||
|
|
Reference in New Issue