Last active
February 6, 2016 14:23
-
-
Save cljoly/1b0f3e593cde2c11b710 to your computer and use it in GitHub Desktop.
Theme file to put liquid prompt in oh-my-zsh theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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