mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 20:12:31 +00:00
Merge pull request #1305 from fjallarefur/master
Rename GuixSD to Guix System
This commit is contained in:
4
neofetch
4
neofetch
@@ -925,8 +925,8 @@ get_distro() {
|
|||||||
|
|
||||||
elif type -p guix >/dev/null; then
|
elif type -p guix >/dev/null; then
|
||||||
case "$distro_shorthand" in
|
case "$distro_shorthand" in
|
||||||
"on" | "tiny") distro="GuixSD" ;;
|
"on" | "tiny") distro="Guix System" ;;
|
||||||
*) distro="GuixSD $(guix system -V | awk 'NR==1{printf $5}')"
|
*) distro="Guix System $(guix system -V | awk 'NR==1{printf $5}')"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user