diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 2c4ff57..484f479 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -27,6 +27,7 @@ eval "$(zoxide init bash)" # --- alias azurevpnclient="/opt/microsoft/microsoft-azurevpnclient/microsoft-azurevpnclient" +alias biggestfiles="find ~ -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 20" alias cp="cp -i" # confirm before overwriting something alias ct="sudo ct" alias decrypt="gpg --decrypt"