os: Fix Chrome OS issue. Closes #1653
This commit is contained in:
parent
7de6bb8d2c
commit
ab839cb9b0
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -1115,6 +1115,7 @@ get_distro() {
|
||||||
tiny) distro="Chrome OS" ;;
|
tiny) distro="Chrome OS" ;;
|
||||||
*) distro+=" on Chrome OS" ;;
|
*) distro+=" on Chrome OS" ;;
|
||||||
esac
|
esac
|
||||||
|
distro=${distro## on }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
distro=$(trim_quotes "$distro")
|
distro=$(trim_quotes "$distro")
|
||||||
|
|
Loading…
Reference in a new issue