mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-20 02:47:12 +00:00
Travis: Added a temporary test for travis
This commit is contained in:
4
neofetch
4
neofetch
@@ -1642,6 +1642,10 @@ get_disk() {
|
|||||||
# Append '(disk mount point)' to the subtitle.
|
# Append '(disk mount point)' to the subtitle.
|
||||||
prin "${subtitle} (${disk_info[5]})" "$disk"
|
prin "${subtitle} (${disk_info[5]})" "$disk"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Temporary test for mac OS.
|
||||||
|
df -h "${disk_show[@]:-/}"
|
||||||
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
get_battery() {
|
get_battery() {
|
||||||
|
|||||||
Reference in New Issue
Block a user