mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-22 19:49:54 +00:00
Distro: Added support for AIX
This commit is contained in:
4
neofetch
4
neofetch
@@ -189,6 +189,10 @@ get_distro() {
|
|||||||
"Haiku")
|
"Haiku")
|
||||||
distro="$(uname -sv | awk '{print $1 " " $2}')"
|
distro="$(uname -sv | awk '{print $1 " " $2}')"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"AIX")
|
||||||
|
distro="AIX $(oslevel)"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
[[ -z "$distro" ]] && distro="$os (Unknown)"
|
[[ -z "$distro" ]] && distro="$os (Unknown)"
|
||||||
|
|||||||
Reference in New Issue
Block a user