Powerline for Prezto ZSH
- Single line prompt
- Git branch info (current branch and modified states)
- Time since last commit
- RVM current ruby version / gemset
- skwp/dotfiles (YADR)
- prezto (included by YADR)
# Install YADR
git clone https://github.com/skwp/dotfiles ~/.yadr
cd ~/.yadr && rake install
# Install the prompt
curl https://raw.github.com/davidjrice/prezto-powerline/master/prompt_powerline_setup ~/.zsh.prompts/prompt_powerline_setup
# Enable
echo "prompt powerline" > ~/.zsh.after/prompt.zsh
This prompt is inspired by:
- Moar configurable
- Extract functions to Prezto modules?
- Use better Prezto best practices...?
- Handle NVM version info?