General: Remove $HOSTTYPE since it
's set incorrectly on FreeBSD
This commit is contained in:
parent
5ca6d69d28
commit
8dc8c97c80
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -248,7 +248,7 @@ get_distro() {
|
|||
|
||||
# Get architecture
|
||||
[[ "$os_arch" == "on" ]] && \
|
||||
distro+=" ${HOSTTYPE:-${machine_arch}}"
|
||||
distro+=" ${machine_arch}"
|
||||
|
||||
[[ "${ascii_distro:-auto}" == "auto" ]] && \
|
||||
ascii_distro="$(trim "$distro")"
|
||||
|
|
Loading…
Reference in a new issue