Skip to content

Instantly share code, notes, and snippets.

@aklinker1
Last active October 18, 2021 18:54
Show Gist options
  • Save aklinker1/9b3ff7f144baa0467666d1a4bc66855b to your computer and use it in GitHub Desktop.
Save aklinker1/9b3ff7f144baa0467666d1a4bc66855b to your computer and use it in GitHub Desktop.
# ~/.oh-my-zsh/custom/themes/aklinker1.zsh-theme
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[white]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="*"
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[green]%}*"
ZSH_THEME_GIT_PROMPT_CLEAN=""
PROMPT='%{$fg_bold[green]%}%n%{$reset_color%}:%{$fg_bold[blue]%}/%1~%{$reset_color%}$(git_prompt_info)%{$reset_color%} $ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment