chore: update motd

This commit is contained in:
Chen Asraf
2023-01-17 12:15:49 +02:00
parent 122413e590
commit 261ea5ebf5
3 changed files with 7 additions and 3 deletions

2
.zshrc
View File

@@ -12,4 +12,4 @@ for file in $DOTFILES/scripts/*; do
[[ -f "$file" ]] && source $file
done
if [[ -f /etc/motd ]]; then cat /etc/motd; fi
motd

View File

@@ -53,6 +53,11 @@ alias h="home"
alias rh="rhome"
alias spider="ssh root@spider.casraf.dev"
motd() {
if [[ -f /etc/motd.head ]]; then lolcat -f /etc/motd.head; fi
if [[ -f /etc/motd ]]; then cat /etc/motd; fi
}
docker-bash() {
docker exec -ti $1 /bin/bash
}

View File

@@ -1,3 +1,2 @@
TO DO:
- Empty
"There is never enough time to do all the nothing you want."