about summary refs log tree commit diff
path: root/profile/.profile.d/df.sh
blob: 26a767bd8a66ee61e35e42abf7494e15cfe19439 (plain) (blame)
1
2
3
4
5
#!/bin/sh

if command -v df >/dev/null 2>&1; then
	alias disk="df --human-readable --exclude-type=tmpfs --exclude-type=devtmpfs"
fi

Consider giving Nix/NixOS a try! <3