From 056b97841974b9f3a3502eb0b04f0c642e9fb733 Mon Sep 17 00:00:00 2001 From: katherine Date: Mon, 1 Jul 2024 17:42:02 +1000 Subject: add df alias --- .zshrc-linux | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.3