aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2024-07-01 17:42:02 +1000
committerkatherine <ageha@airen-no-jikken.icu>2024-07-01 17:42:02 +1000
commit056b97841974b9f3a3502eb0b04f0c642e9fb733 (patch)
tree47e43d630342bccc71cbcce901ce7a22e5f02d3e
parent4eaedfb200913999d836e5ba25f7eb4d56022b7f (diff)
downloaddotfiles-056b97841974b9f3a3502eb0b04f0c642e9fb733.tar.gz
add df alias
-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'