+ biggestfiles

list top biggest files
This commit is contained in:
committer@tuxwarrior
2026-03-09 08:41:39 -05:00
parent e84ea3d55a
commit 0df48fc2db

View File

@@ -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"