💥 fix(fastfetch): show actual distro name instead of hostname
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"key": " ",
|
||||
"shell": "/bin/sh",
|
||||
"param": "-c",
|
||||
"text": "DISTRO_NAME=$(uname -n); echo \"${DISTRO_NAME^} $(uname -r)\"",
|
||||
"text": "sh -c '. /etc/os-release; echo \"$PRETTY_NAME $(uname -r)\"'",
|
||||
"format": "{1}"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user