Skip to content

Instantly share code, notes, and snippets.

View MikeMitterer's full-sized avatar
🎯
Focusing

Mike Mitterer MikeMitterer

🎯
Focusing
View GitHub Profile
@MikeMitterer
MikeMitterer / gist:4f45c67751f7e9f0b3c6cb23eeb12b4a
Last active September 11, 2024 00:34
Prompt for Bash (.bashrc) + ZSH (.zshrc)
# ZSH -------------------------------------------------------------------------
# https://zsh.sourceforge.io/Doc/Release/Prompt-Expansion.html
#
# ZSH default colors:
# black, red, green, yellow, blue, magenta, cyan and white
_USER_COLOR="%{$fg_bold[blue]%}"
PROMPT="${_USER_COLOR}%n%f@%{$fg_bold[green]%}%M%f:"
PROMPT+=' %{$fg[yellow]%}%c%{$reset_color%} $(git_prompt_info)'