Exclude btfs in df

This commit is contained in:
Antonio J. Delgado 2022-08-09 23:22:51 +03:00
parent 86efd449a4
commit 3224d6abb0

View file

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