Disk: Added support for AIX
This commit is contained in:
parent
141f6f12c0
commit
9667fccbd7
1
neofetch
1
neofetch
|
@ -1672,6 +1672,7 @@ get_disk() {
|
||||||
case "$os" in
|
case "$os" in
|
||||||
"Haiku") err "Disk doesn't work on Haiku due to the non-standard 'df'"; return ;;
|
"Haiku") err "Disk doesn't work on Haiku due to the non-standard 'df'"; return ;;
|
||||||
"Mac OS X") df_flags=(-P -h) ;;
|
"Mac OS X") df_flags=(-P -h) ;;
|
||||||
|
"AIX") df_flags=(-P -g) ;;
|
||||||
*) df_flags=(-h) ;;
|
*) df_flags=(-h) ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Reference in New Issue