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

if command -v free >/dev/null 2>&1; then
	alias ram="free --human --wide"
fi

Consider giving Nix/NixOS a try! <3