dfh alias

This commit is contained in:
David Tomaschik
2020-10-28 16:53:57 -07:00
parent 999ef09790
commit 8e79910857

View File

@@ -50,3 +50,6 @@ alias ipy="ipython3"
# Skip the header on bc
alias bc="command bc -q"
# Get a decently readable df
alias dfh="df -h -x tmpfs -x devtmpfs"