Created
September 22, 2014 21:37
-
-
Save ernestom/5de71694362ccfe11732 to your computer and use it in GitHub Desktop.
Cloud theme modifications
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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