Disk: Remove test
This commit is contained in:
parent
43eaf34242
commit
265e14b151
6
neofetch
6
neofetch
|
@ -22,11 +22,6 @@ shopt -s nocasematch
|
||||||
# Reset colors/bold
|
# Reset colors/bold
|
||||||
reset="\033[0m"
|
reset="\033[0m"
|
||||||
|
|
||||||
echo; echo
|
|
||||||
df -h
|
|
||||||
echo; echo
|
|
||||||
exit
|
|
||||||
|
|
||||||
# DETECT INFORMATION
|
# DETECT INFORMATION
|
||||||
|
|
||||||
get_os() {
|
get_os() {
|
||||||
|
@ -1551,7 +1546,6 @@ get_disk() {
|
||||||
case "$os" in
|
case "$os" in
|
||||||
"Haiku") return ;;
|
"Haiku") return ;;
|
||||||
"Mac OS X") ;;
|
"Mac OS X") ;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
disk_used="${disks[9]}"
|
disk_used="${disks[9]}"
|
||||||
disk_total="${disks[8]}"
|
disk_total="${disks[8]}"
|
||||||
|
|
Reference in New Issue