Fix disk output on MacOS
This commit is contained in:
parent
e61ac89954
commit
71ece3de5b
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1639,7 +1639,7 @@ getdisk() {
|
||||||
|
|
||||||
"Mac OS X" | "BSD")
|
"Mac OS X" | "BSD")
|
||||||
case "$distro" in
|
case "$distro" in
|
||||||
"FreeBSD"* | *"OS X"* )
|
"FreeBSD"* | *"OS X"* | "Mac"* )
|
||||||
df_flags="-l -H /"
|
df_flags="-l -H /"
|
||||||
df_dir="/"
|
df_dir="/"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue