source prompt-so-fancyYou could drop an alias in your ~/.bash_profile:
alias psf='source prompt-so-fancy'
psfFor convenience, the recommended installation is via NPM. If you'd prefer, you may choose to do a manual installation instead.
npm install -g prompt-so-fancyThis will install and link the prompt-so-fancy scripts. You can also upgrade to the latest version with this command.
If you want, you can choose to install manually:
- Grab the script (
prompt-so-fancy) via either downloading or cloning the repo. - Place them in a location that is in your
PATHdirectly or with symlinks.
Pull requests quite welcome, along with any feedback or ideas.
# fork and clone the prompt-so-fancy repo.
git clone https://github.com/<your-username>/prompt-so-fancy/ && cd prompt-so-fancyMake changes and send a PR!
inspired by paulirish, cowboy, thomasjbradley, and mathiasbynens.
MIT

