fortuity
v1.0.1
Published
A CLI that prints inspirational quotes on shell start
Maintainers
Readme
fortuity
fortuity is a fun little command line tool that prints out an inspirational quote to the console. It leverages the forismatic quotes API.
Install
$ npm install -g fortuityExecute on startup
To print out an inspirational quote every time you launch a new shell, you will need to configure your shell so that this command runs on startup.
Bash
$ echo 'fortuity' >> ~/.bash_profileZsh
$ echo 'fortuity' >> ~/.zprofile Fish
$ echo 'fortuity' >> ~/.config/fish/config.fishUsage

