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