Skip to content

Instantly share code, notes, and snippets.

@morinap
Created January 21, 2019 18:46
Show Gist options
  • Save morinap/a0d4c888c4427dae284c29676a78e495 to your computer and use it in GitHub Desktop.
Save morinap/a0d4c888c4427dae284c29676a78e495 to your computer and use it in GitHub Desktop.
Theme for oh-my-zsh - morinap
PROMPT='%{$fg[blue]%}%n@%m%{$reset_color%} $(git_prompt_info)%{$fg[yellow]%}[%*]%{$reset_color%}%{$fg[cyan]%}[%c]%{$reset_color%}%(?.%{$fg[green]%}.%{$fg[red]%})%B$%b '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment