Skip to content

Instantly share code, notes, and snippets.

@benatkin
Last active March 21, 2018 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benatkin/bd085472522086dfdeab13b8180e0061 to your computer and use it in GitHub Desktop.
Save benatkin/bd085472522086dfdeab13b8180e0061 to your computer and use it in GitHub Desktop.
bored> prompt zsh theme

bored oh-my-zsh theme

In The Bipolar Lisp Programmer one student has bored> for a prompt.

I made an oh-my-zsh theme for this. It's super simple.

To use it:

mkdir -p $ZSH_CUSTOM/themes
curl -s https://gist.githubusercontent.com/benatkin/bd085472522086dfdeab13b8180e0061/raw/196e005147b111f4bdf0d76daa72a7668b12c3cb/bored.zsh-theme | tee $ZSH_CUSTOM/themes/bored.zsh-theme

...and then open ~/.zshrc and change ZSH_THEME to bored. Open a new terminal tab and voila! You have bored> for a prompt. Now go forth and work grumpily.

PROMPT='bored> '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment