mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 04:32:12 +00:00
Disk: Added support for AIX
This commit is contained in:
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
Block a user