Distro: Add support for IRIX
This commit is contained in:
parent
6c957f3ba2
commit
54bf42f1b6
1 changed files with 4 additions and 0 deletions
4
neofetch
4
neofetch
|
@ -206,6 +206,10 @@ get_distro() {
|
|||
"AIX")
|
||||
distro="AIX $(oslevel)"
|
||||
;;
|
||||
|
||||
"IRIX")
|
||||
distro="IRIX ${kernel_version}"
|
||||
;;
|
||||
esac
|
||||
|
||||
[[ -z "$distro" ]] && distro="$os (Unknown)"
|
||||
|
|
Loading…
Reference in a new issue