Age | Commit message (Collapse) | Author | Files | Lines |
|
and \]"
This reverts commit 0fe65ed830b5d1cdc5189230139b52f4c8aacfbc.
|
|
|
|
|
|
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.
|
|
|
|
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.
|