Skip to content
/ motd Public

Random Message of the Day for your terminal

Notifications You must be signed in to change notification settings

modille/motd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Message of the Day

zsh

Usage

Clone the repo:

git clone [email protected]: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

About

Random Message of the Day for your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages