summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 21:41:15 -0600
committerJeff Carr <[email protected]>2025-02-08 21:41:15 -0600
commit7dee0441915c8b38dac5ad5ba79823330b61a615 (patch)
treef5a19674935681eb6fe7c53e310c658a17f93a9f
parentdc251253c8f2b51ec37a2b2aafa745cfa14a818b (diff)
man. annoying stuff.
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--bashrc/.wit2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/.wit b/bashrc/.wit
index 642fdcd..fd2636f 100644
--- a/bashrc/.wit
+++ b/bashrc/.wit
@@ -55,7 +55,7 @@ alias vi='vim -u ~/.config/vimrc'
alias vim='vim -u ~/.config/vimrc'
# added 2024/09/03
-alias df='df -h -x tmpfs -x devtmpfs'
+alias df='df -h -x tmpfs -x devtmpfs -x efivarfs'
alias dff='/usr/bin/df'
alias dmesg='dmesg -wT'
alias grep='grep -I -d skip'