test
This commit is contained in:
parent
93715fb4a9
commit
f5bd9a7841
6
neofetch
6
neofetch
|
@ -1491,7 +1491,6 @@ getdisk() {
|
|||
# Get the disk info
|
||||
disk="$(df $df_flags 2>/dev/null | awk -v dir="$df_dir" '$0 ~ dir {print $2 ":" $3 ":" $5}')"
|
||||
|
||||
|
||||
# Format the output
|
||||
disk_used="${disk#*:}"
|
||||
disk_used="${disk_used%%:*}"
|
||||
|
@ -2979,6 +2978,11 @@ main() {
|
|||
getargs "$@"
|
||||
getdistro
|
||||
|
||||
# Temp command to test travis
|
||||
if [ "$os" == "Mac OS X" ]; then
|
||||
df -H / -l
|
||||
fi
|
||||
|
||||
# Get colors and bold
|
||||
bold
|
||||
colors
|
||||
|
|
Reference in New Issue