Skip to content

Instantly share code, notes, and snippets.

@cljoly
Last active February 6, 2016 14:23
Show Gist options
  • Save cljoly/1b0f3e593cde2c11b710 to your computer and use it in GitHub Desktop.
Save cljoly/1b0f3e593cde2c11b710 to your computer and use it in GitHub Desktop.
Theme file to put liquid prompt in oh-my-zsh theme
# Theme file to use with oh-my-zsh, to get the liquid prompt as a theme.
# You need to place it in your theme/ directory, with the liquidprompt
# repository cloned in your plugin/ directory. Make sure to have it your plugin
# list (in zshrc)
# Only load Liquid Prompt in interactive shells, not from a script or from scp
[[ $- = *i* ]] && source ~/liquidprompt/liquidprompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment