zsh:alias: Update undescriptive comment

This commit is contained in:
2024-04-26 10:52:42 +02:00
parent 2aece4b672
commit 19e3fbe7a0

View File

@@ -162,7 +162,7 @@ fi
)" gpg'
# Use a reasonable time format
alias date='env LC_TIME=tk_TM date'
# Disable globbing
# Globbing is annoying when using zmv
alias zmv='noglob zmv'
# List human readable sizes in order
alias sizes='du -sch * | sort -h'