diff options
author | 安正超 <anzhengchao@gmail.com> | 2018-04-18 03:34:03 +0800 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-04-17 21:34:03 +0200 |
commit | 86a0b8656213951d132e0466c5ffb24150b0aaf1 (patch) | |
tree | ce552e60820a17e7728fd84ee2ddc98bc0967d79 /themes | |
parent | 5c047ae8ba54577f7e7471094bbce375339559ab (diff) | |
download | zsh-86a0b8656213951d132e0466c5ffb24150b0aaf1.tar.gz zsh-86a0b8656213951d132e0466c5ffb24150b0aaf1.tar.bz2 zsh-86a0b8656213951d132e0466c5ffb24150b0aaf1.zip |
[cloud theme] add a space (#3215)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/cloud.zsh-theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/cloud.zsh-theme b/themes/cloud.zsh-theme index 4efbf9776..59a3472b6 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]%}⚡%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}]"
\ No newline at end of file +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}] %{$fg[yellow]%}⚡ %{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}]" |