diff options
author | katherine <ageha@airen-no-jikken.icu> | 2024-07-01 17:42:02 +1000 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2024-07-01 17:42:02 +1000 |
commit | 056b97841974b9f3a3502eb0b04f0c642e9fb733 (patch) | |
tree | 47e43d630342bccc71cbcce901ce7a22e5f02d3e /.zshrc-linux | |
parent | 4eaedfb200913999d836e5ba25f7eb4d56022b7f (diff) | |
download | dotfiles-056b97841974b9f3a3502eb0b04f0c642e9fb733.tar.gz |
add df alias
Diffstat (limited to '.zshrc-linux')
-rw-r--r-- | .zshrc-linux | 1 |
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' |