/motd

Random Message of the Day for your terminal

Primary LanguageShell

Message of the Day

zsh

Usage

Clone the repo:

git clone git@github.com:modille/motd ~/git/github.com/modille/motd

And add the following to your ~/.zshrc:

MOTD_SCRIPT="$HOME/git/github.com/modille/motd/motd.sh"
[[ -s $MOTD_SCRIPT ]] && source $MOTD_SCRIPT

Then open a new terminal tab. 🎉

TODO

  • Consider replacing /etc/motd instead of sourcing from ~/.zshrc