Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-19 | Rename to git-radar | Michael Allen | 1 | -1/+1 | |
2015-08-19 | Remove unnecessary subshells from bash prompt | Michael Allen | 1 | -3/+8 | |
In the zsh prompt we need to use '%s' on the printf to prevent the `${fg_bold[<color>]}` expressions from expanding before the colors have been loaded in. In the bash prompt this is unnecessary as the \\033 codes are base control characters, and so have no dependency they rely on. | |||||
2015-08-18 | Switch to the more common -E grep regex flag | Michael Allen | 1 | -10/+2 | |
2015-08-14 | Split prompt command into bash and zsh | Michael Allen | 1 | -0/+18 | |
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. |