summaryrefslogtreecommitdiff
path: root/themes/cloud.zsh-theme
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2020-08-04 15:55:04 +0200
committerMarc Cornellà <marc.cornella@live.com>2020-08-04 15:55:04 +0200
commit69a380771e571eb38f3887adf0d92a99b4309361 (patch)
treeac832ec93143ac07175e48feeb2dfbc2fce3c166 /themes/cloud.zsh-theme
parentf6bc949c05fd18ee557a89c92f82ff556200707d (diff)
downloadzsh-69a380771e571eb38f3887adf0d92a99b4309361.tar.gz
zsh-69a380771e571eb38f3887adf0d92a99b4309361.tar.bz2
zsh-69a380771e571eb38f3887adf0d92a99b4309361.zip
Remove non-existing %p prompt sequence from themes
Fixes #8022
Diffstat (limited to 'themes/cloud.zsh-theme')
-rw-r--r--themes/cloud.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/cloud.zsh-theme b/themes/cloud.zsh-theme
index 59a3472b6..e26f786e1 100644
--- a/themes/cloud.zsh-theme
+++ b/themes/cloud.zsh-theme
@@ -2,7 +2,7 @@ if [[ -z $ZSH_THEME_CLOUD_PREFIX ]]; then
ZSH_THEME_CLOUD_PREFIX='☁'
fi
-PROMPT='%{$fg_bold[cyan]%}$ZSH_THEME_CLOUD_PREFIX %{$fg_bold[green]%}%p %{$fg[green]%}%c %{$fg_bold[cyan]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
+PROMPT='%{$fg_bold[cyan]%}$ZSH_THEME_CLOUD_PREFIX %{$fg_bold[green]%} %{$fg[green]%}%c %{$fg_bold[cyan]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"