OS: Very early support for IRIX
This commit is contained in:
parent
efd48587c3
commit
6c957f3ba2
2 changed files with 25 additions and 0 deletions
6
neofetch
6
neofetch
|
@ -43,6 +43,7 @@ get_os() {
|
|||
"Haiku") os="Haiku" ;;
|
||||
"MINIX") os="MINIX" ;;
|
||||
"AIX") os="AIX" ;;
|
||||
"IRIX64") os="IRIX" ;;
|
||||
*)
|
||||
printf "%s\n" "Unknown OS detected: '$kernel_name', aborting..." >&2
|
||||
printf "%s\n" "Open an issue on GitHub to add support for your OS." >&2
|
||||
|
@ -3372,6 +3373,11 @@ get_distro_colors() {
|
|||
set_colors 3 7
|
||||
ascii_file="solaris"
|
||||
;;
|
||||
|
||||
"IRIX")
|
||||
set_colors 4 7
|
||||
ascii_file="irix"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue