- usage is now: PROMPT="$(git_prompt_info2) >".
The legacy git-prompt-old.theme.zsh is using the git_prompt_info() function
name and I don't want to override that so I set mine to git_prompt_info2
- move aliases into plugins/git/git-aliases.plugin.zsh
- move git prompt info into plugins/git/git-prompt-old.plugin.zsh
- add revamped git prompt info into plugins/git/git-prompt.plugin.zsh
- plugins/git/git.plugin.zsh now just sources the above files
Added themes/ashleydev.theme.zsh that takes advantage of the new git prompt info