Commit Graph

6 Commits

Author SHA1 Message Date
654a2ad327 fix(prompt)!: New NerdFont glyphs
Use the new NerdFont glyphs so that the git branch portion of the prompt
displays correctly.
BREAKING CHANGE: Any install using old NerdFonts will display incorrect
glyphs, This should be resolved by updating your NerdFont.
2024-02-19 15:13:34 +00:00
43e3ce2765
refactor(prompt): Add hook in the conventional way
Change how I add the `vcs_info` function call to the `precmd` hook.
Using add-zsh-hook allows me to have multiple hook functions on `precmd`
and makes it clear what is done for each hook when listing them
2023-04-11 22:42:43 +01:00
Robert Morrison
a91c9a530e
chore: Remove executable bit from files
none of these files need to be marked as executable...
2022-12-06 17:47:59 +00:00
Robert Morrison
91252d1b54
refactor(prompt): Move set term title to precmd
Moved the setTermTitle function call out of the prompt line and into the
precmd hook.
This shortens the non-visible length of the prompt line and also makes
the functionality clearer
2022-12-06 16:24:32 +00:00
Robert Morrison
a029d2f348
Mega Commit
This commit is a sin.
But necessary
2022-12-05 21:03:45 +00:00
Robert Morrison
bf2f207b59
Initial commit 2021-08-30 04:19:39 +01:00