diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 21:41:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 21:41:15 -0600 |
| commit | 7dee0441915c8b38dac5ad5ba79823330b61a615 (patch) | |
| tree | f5a19674935681eb6fe7c53e310c658a17f93a9f | |
| parent | dc251253c8f2b51ec37a2b2aafa745cfa14a818b (diff) | |
man. annoying stuff.
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | bashrc/.wit | 2 |
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' |
