From 7dee0441915c8b38dac5ad5ba79823330b61a615 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Feb 2025 21:41:15 -0600 Subject: [PATCH] man. annoying stuff. Signed-off-by: Jeff Carr --- bashrc/.wit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'