fix: update hostname display in MOTD script and clean up alias definition
This commit is contained in:
parent
c5f95410e5
commit
2120a6953c
2 changed files with 9 additions and 8 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue