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