Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-17 | Switch zsh to use the new render prompt | Michael Allen | 1 | -8/+1 | |
2015-09-16 | switch prompt files to use new shared render functions | Michael Allen | 1 | -4/+4 | |
2015-09-05 | Fix colour issue for zshv0.3.2 | Michael Allen | 1 | -1/+1 | |
2015-08-30 | Move autoload back to prompt.zsh to make testing easier | Michael Allen | 1 | -0/+2 | |
2015-08-30 | Rename reset color and move color setup | Michael Allen | 1 | -1/+1 | |
2015-08-28 | Added change for issue-17 to prompt.zsh as well | Reinaldo Colina | 1 | -1/+4 | |
2015-08-26 | Remove unnecessary colour on branch names | Michael Allen | 1 | -2/+0 | |
2015-08-19 | Rename to git-radar | Michael Allen | 1 | -1/+1 | |
2015-08-19 | Color zsh prompt slightly differently | Michael Allen | 1 | -5/+5 | |
2015-08-19 | Reduce the number of subshells, for performance | Michael Allen | 1 | -2/+7 | |
2015-08-18 | Fix up zsh prompt | Michael Allen | 1 | -7/+6 | |
2015-08-14 | Split prompt command into bash and zsh | Michael Allen | 1 | -0/+12 | |
The shebang in the top of a file dictates it's runtime. To load the zsh colors stuff you need to be executing in Zsh but then I couldn't support bash so I've split the prompt file into one for each. |