Update some config files

This commit is contained in:
ItsDrike 2021-06-05 03:15:23 +02:00
parent 835ffa3427
commit b449bcaaf1
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
3 changed files with 23 additions and 6 deletions

View file

@ -20,6 +20,11 @@ function o() {
fi;
}
# Use bat for nicer git diffs
function batdiff() {
git diff --name-only --diff-filter=d | xargs bat --diff
}
# Determine size of a file or total size of a directory
function dir-size() {
if du -b /dev/null > /dev/null 2>&1; then