Kernel [IRIX]: Disable function
This commit is contained in:
parent
00e2006e48
commit
e96d0e4cf6
1 changed files with 2 additions and 2 deletions
4
neofetch
4
neofetch
|
@ -322,8 +322,8 @@ get_title() {
|
||||||
}
|
}
|
||||||
|
|
||||||
get_kernel() {
|
get_kernel() {
|
||||||
# Since AIX is an integrated system, it's better to skip this function altogether
|
# Since these OSes are integrated systems, it's better to skip this function altogether
|
||||||
[[ "$os" == "AIX" ]] && return
|
[[ "$os" =~ (AIX|IRIX) ]] && return
|
||||||
|
|
||||||
case "$kernel_shorthand" in
|
case "$kernel_shorthand" in
|
||||||
"on") kernel="$kernel_version" ;;
|
"on") kernel="$kernel_version" ;;
|
||||||
|
|
Loading…
Reference in a new issue