summaryrefslogtreecommitdiffstats
path: root/prompt.zsh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-08-30Move autoload back to prompt.zsh to make testing easierMichael Allen1-0/+2
2015-08-30Rename reset color and move color setupMichael Allen1-1/+1
2015-08-28Added change for issue-17 to prompt.zsh as wellReinaldo Colina1-1/+4
2015-08-26Remove unnecessary colour on branch namesMichael Allen1-2/+0
2015-08-19Rename to git-radarMichael Allen1-1/+1
2015-08-19Color zsh prompt slightly differentlyMichael Allen1-5/+5
2015-08-19Reduce the number of subshells, for performanceMichael Allen1-2/+7
2015-08-18Fix up zsh promptMichael Allen1-7/+6
2015-08-14Split prompt command into bash and zshMichael Allen1-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.