Fix capitalization
This commit is contained in:
parent
ae4573066d
commit
da6add25ad
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1585,7 +1585,7 @@ getfont () {
|
|||
getdisk () {
|
||||
# df flags
|
||||
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" ;;
|
||||
|
||||
*"BSD")
|
||||
|
|
Loading…
Reference in a new issue