From 535c1ba669d4ca309326bbab8e55ec157f6c25e0 Mon Sep 17 00:00:00 2001 From: lukes Date: Wed, 24 Jun 2015 09:09:58 +0100 Subject: [PATCH] [maintenance] added pirate theme --- themes/potentialpirate.zsh-theme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/potentialpirate.zsh-theme 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%}"