fix: update hostname display in MOTD script and clean up alias definition

This commit is contained in:
maxi 2025-06-15 10:59:26 +02:00
parent c5f95410e5
commit 2120a6953c
2 changed files with 9 additions and 8 deletions

View file

@ -43,7 +43,4 @@ alias dce="nvim docker-compose.yml"
alias yay="paru"
# midnight commander wants to break out of zsh otherwise :^(
alias mc="mc -u"
# measuring and estimating files
alias countfiletype="find . -type f | awk -F. '{print $NF}' | sort | uniq -c | sort -rn | column -t"
alias mc="mc -u"