mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
fix(fossil): PROMPT and RPROMPT are no longer exported (#9655)
Fixes #9654
This commit is contained in:
parent
0e232d4853
commit
e5d206c8c8
1 changed files with 2 additions and 2 deletions
|
@ -73,9 +73,9 @@ function _fossil_prompt () {
|
|||
local is_prompt=`echo $PROMPT | grep git`
|
||||
|
||||
if [ "$is_prompt" = "" ]; then
|
||||
export RPROMPT="$_rprompt"'$(fossil_prompt_info)'
|
||||
RPROMPT="$_rprompt"'$(fossil_prompt_info)'
|
||||
else
|
||||
export PROMPT="$_prompt"'$(fossil_prompt_info) '
|
||||
PROMPT="$_prompt"'$(fossil_prompt_info) '
|
||||
fi
|
||||
|
||||
_FOSSIL_PROMPT="1"
|
||||
|
|
Loading…
Reference in a new issue