Fix capitalization
This commit is contained in:
parent
ae4573066d
commit
da6add25ad
2
neofetch
2
neofetch
|
@ -1585,7 +1585,7 @@ getfont () {
|
||||||
getdisk () {
|
getdisk () {
|
||||||
# df flags
|
# df flags
|
||||||
case "$os" in
|
case "$os" in
|
||||||
"Linux" | "iPhone Os" | "Windows") df_flags="-h -l --total" ;;
|
"Linux" | "iPhone OS" | "Windows") df_flags="-h -l --total" ;;
|
||||||
"Mac OS X") df_flags="-H / -l" ;;
|
"Mac OS X") df_flags="-H / -l" ;;
|
||||||
|
|
||||||
*"BSD")
|
*"BSD")
|
||||||
|
|
Reference in New Issue