Distro: Added support for AIX
This commit is contained in:
parent
5661475a15
commit
0cfe6f3608
1 changed files with 4 additions and 0 deletions
4
neofetch
4
neofetch
|
@ -189,6 +189,10 @@ get_distro() {
|
|||
"Haiku")
|
||||
distro="$(uname -sv | awk '{print $1 " " $2}')"
|
||||
;;
|
||||
|
||||
"AIX")
|
||||
distro="AIX $(oslevel)"
|
||||
;;
|
||||
esac
|
||||
|
||||
[[ -z "$distro" ]] && distro="$os (Unknown)"
|
||||
|
|
Loading…
Reference in a new issue