1
0
Fork 0

Don't unset stuff in prompt theme

This commit is contained in:
tastytea 2022-04-24 16:24:36 +02:00
parent 08b9289e00
commit 070890a95a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ function prompt_tastytea_setup() {
prompt_tastytea_vcs
prompt_opts=(cr percent sp subst)
unset PROMPT RPROMPT RPROMPT2 RPS2
PS1="${showuser}"'${vcs_info_msg_0_}'"%B%F{${prompt_tastytea_colours[prompt]}}%#%f%b "
RPS1="%F{${prompt_tastytea_colours[path]}}%(?..[%B%F{${prompt_tastytea_colours[highlight]}}%?%b%F{${prompt_tastytea_colours[path]}}] )"'$(prompt_tastytea_shrunkpwd)'"%f"
PS2='%_> '