feat: remove error code from prompt

master
TBS093A 2023-04-09 21:45:52 +02:00
parent f927193dc2
commit 82e35a6c56
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ ZSH_THEME_GIT_PROMPT_DIRTY="*"
ZSH_THEME_GIT_PROMPT_CLEAN="" ZSH_THEME_GIT_PROMPT_CLEAN=""
PROMPT='%B$(prompt)%b ' PROMPT='%B$(prompt)%b '
RPROMPT='$(git_prompt_info)$(return_status)' RPROMPT='$(git_prompt_info)'