Skip to content

Instantly share code, notes, and snippets.

@ernestom
Created September 22, 2014 21:37
Show Gist options
  • Save ernestom/5de71694362ccfe11732 to your computer and use it in GitHub Desktop.
Save ernestom/5de71694362ccfe11732 to your computer and use it in GitHub Desktop.
Cloud theme modifications
diff --git a/themes/cloud.zsh-theme b/themes/cloud.zsh-theme
index 4efbf97..59a3472 100644
--- a/themes/cloud.zsh-theme
+++ b/themes/cloud.zsh-theme
@@ -6,5 +6,5 @@ PROMPT='%{$fg_bold[cyan]%}$ZSH_THEME_CLOUD_PREFIX %{$fg_bold[green]%}%p %{$fg[gr
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
-ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}] %{$fg[yellow]%}<E2><9A><A1>%{$reset_color%}"
-ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}]"
\ No newline at end of file
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}] %{$fg[yellow]%}<E2><9A><A1> %{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}]"
(END)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment