summaryrefslogtreecommitdiffstats
path: root/prompt.zsh (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-20Merge bash/zsh/fish color modes togetherMalfurious1-11/+0
This commit removes the differences between the supported shells and removes the options: --bash, --fish, and --zsh. I can not produce any problems in any of these shells using a generic form of the text coloring (ie: the one bash was using), so for simplicity I will opt to unify the way colors are handled and remove knowledge of the running shell. Something that _may_ end up being a problem is properly rendering the prompt in different terminal emulators. If this is of concern, it will be dealt with at a later time. Signed-off-by: Malfurious <m@lfurio.us>
2021-04-25Apply several suggestions from shellcheckMalfurious1-3/+2
Signed-off-by: Malfurious <m@lfurio.us>
2021-03-24Update references to project name to git-sonarMalfurious1-1/+1
Signed-off-by: Malfurious <m@lfurio.us>
2015-09-17Added stash indicator to prompt.zshClaudio Bandera1-0/+1
2015-09-17Switch zsh to use the new render promptMichael Allen1-8/+1
2015-09-16switch prompt files to use new shared render functionsMichael Allen1-4/+4
2015-09-05Fix colour issue for zshv0.3.2Michael Allen1-1/+1
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.