Exclude btfs in df
This commit is contained in:
parent
86efd449a4
commit
3224d6abb0
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue