diff --git a/themes/potentialpirate.zsh-theme b/themes/potentialpirate.zsh-theme new file mode 100644 index 000000000..e1b53b60d --- /dev/null +++ b/themes/potentialpirate.zsh-theme @@ -0,0 +1,7 @@ +# Copied and modified from the oh-my-zsh theme from geoffgarside +# Red server name, green cwd, blue git status + +PROMPT='%{$FG[225]%}%m%{$reset_color%}:%{$FG[226]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) ' + +ZSH_THEME_GIT_PROMPT_PREFIX=" %{$FG[168]%}(" +ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"