mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-22 11:39:53 +00:00
Disk: Remove test
This commit is contained in:
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
Block a user