Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-20 | Merge bash/zsh/fish color modes together | Malfurious | 1 | -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-25 | Apply several suggestions from shellcheck | Malfurious | 1 | -3/+2 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2021-03-24 | Update references to project name to git-sonar | Malfurious | 1 | -1/+1 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2015-09-17 | Added stash indicator to prompt.zsh | Claudio Bandera | 1 | -0/+1 | |
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. |