"plugins/git@web.lueluesay.top:root/oh-my-zsh.git" did not exist on "c3b3de5f29b72b45393b62d794450ad3a72703a8"
Commit 08a90297 authored by Ryan McCuaig's avatar Ryan McCuaig Committed by Robby Russell
Browse files

Add my preferred prompt

parent 147acd22
PROMPT='
%n@%m %{$fg[cyan]%}%~
%? $(git_prompt_info)%{$fg_bold[blue]%}%% %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment