Kernel [IRIX]: Better words
This commit is contained in:
parent
6cb37b91a7
commit
4364e67d6c
2
neofetch
2
neofetch
|
@ -322,7 +322,7 @@ get_title() {
|
|||
}
|
||||
|
||||
get_kernel() {
|
||||
# Since these OSes are integrated systems, it's better to skip this function altogether
|
||||
# Since these OS are integrated systems, it's better to skip this function altogether
|
||||
[[ "$os" =~ (AIX|IRIX) ]] && return
|
||||
|
||||
case "$kernel_shorthand" in
|
||||
|
|
Reference in New Issue