#!/bin/sh

df -Phl $HOME | awk '(NR>1){print $4" ("$5")"}'
