So thanks to /r/commandline over on reddit I found a new theme for my ZSH setup, Bullet-train.
I’ve actually decided that instead of maintaining my own fork of the theme, I’m going to try and submit pull requests to the main repo whenever I make any changes or modifications.
Here’s the changes/overrides I add to my .zshrc:
# Override BulletTrain theme settings
BULLETTRAIN_EXIT_SHOW=true
BULLETTRAIN_PROMPT_CHAR=”❯”
BULLETTRAIN_TIME_BG=magenta
BULLETTRAIN_TIME_FG=white
ZSH_THEME_GIT_PROMPT_UNTRACKED=” %F{magenta}✭%F{black}”
Make sure you add these lines to your .zshrc file BELOW the line that sources oh-my-zsh (usually something like: source $ZSH/oh-my-zsh.sh)
And in the actual bullet-train.zsh-theme file uncomment a couple lines towards the bottom:
# prompt_status
# prompt_context
Just delete the # symbol at the beginning of each line.