diff --git a/bashrc.d/dff_alias b/bashrc.d/dff_alias new file mode 100644 index 0000000..9352eb3 --- /dev/null +++ b/bashrc.d/dff_alias @@ -0,0 +1,2 @@ +#!/bin/bash +alias dff='df -h | grep -v snap |grep -v tmpfs'