mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 12:10:11 +08:00
docs/tutorial: Don't accidentally make a multiline prompt
Fixes #5890. [ci skip]
This commit is contained in:
parent
1fd627ebd3
commit
fae15535db
@ -573,8 +573,7 @@ Multiple lines are OK. Colors can be set via ``set_color``, passing it named ANS
|
||||
set_color purple
|
||||
date "+%m/%d/%y"
|
||||
set_color FF0
|
||||
echo (pwd) '>'
|
||||
set_color normal
|
||||
echo (pwd) '>' (set_color normal)
|
||||
end
|
||||
<span style="color: purple">02/06/13</span>
|
||||
<span style="color: #FF0">/home/tutorial ></span>___
|
||||
|
Loading…
x
Reference in New Issue
Block a user