Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 511 Bytes

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