aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc-linux1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc-linux b/.zshrc-linux
index 366e6fe..713d814 100644
--- a/.zshrc-linux
+++ b/.zshrc-linux
@@ -5,6 +5,7 @@ alias grep='grep --color=auto'
alias less='less -R'
alias ls='ls --color=auto'
alias ll='ls -lh --color=auto'
+alias d='df -h -x tmpfs -x efivarfs -x devtmpfs'
if [[ ! -z $(whence yay) ]] then
alias yay='yay --editmenu'