diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-08-04 15:55:04 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-08-04 15:55:04 +0200 |
commit | 69a380771e571eb38f3887adf0d92a99b4309361 (patch) | |
tree | ac832ec93143ac07175e48feeb2dfbc2fce3c166 /themes/jnrowe.zsh-theme | |
parent | f6bc949c05fd18ee557a89c92f82ff556200707d (diff) | |
download | zsh-69a380771e571eb38f3887adf0d92a99b4309361.tar.gz zsh-69a380771e571eb38f3887adf0d92a99b4309361.tar.bz2 zsh-69a380771e571eb38f3887adf0d92a99b4309361.zip |
Remove non-existing %p prompt sequence from themes
Fixes #8022
Diffstat (limited to 'themes/jnrowe.zsh-theme')
-rw-r--r-- | themes/jnrowe.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/jnrowe.zsh-theme b/themes/jnrowe.zsh-theme index bae88f7ab..9d8fb2488 100644 --- a/themes/jnrowe.zsh-theme +++ b/themes/jnrowe.zsh-theme @@ -33,6 +33,6 @@ function { local ret_status="%(?:%{$fg_bold[green]%}Ξ:%{$fg_bold[red]%}%S↑%s%?)" -PROMPT='${ret_status}%{$fg[blue]%}${PROMPT_HOST}%{$fg_bold[green]%}%p %{$fg_bold[yellow]%}%2~ ${vcs_info_msg_0_}${dir_status}%{$reset_color%} ' +PROMPT='${ret_status}%{$fg[blue]%}${PROMPT_HOST}%{$fg_bold[green]%} %{$fg_bold[yellow]%}%2~ ${vcs_info_msg_0_}${dir_status}%{$reset_color%} ' # vim: set ft=zsh ts=4 sw=4 et: |