Add dff alias

This commit is contained in:
Antonio J. Delgado 2022-05-06 18:09:19 +03:00
parent 03aa0acd0f
commit 76e4fb064a

2
bashrc.d/dff_alias Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
alias dff='df -h | grep -v snap |grep -v tmpfs'