fish: functions/fish_prompt: Update prompt symbol for unknown upstream
Use unicode symbol for replacement character to indicate upstream is unknown.
This commit is contained in:
parent
2e50036c35
commit
c936941188
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ set --path -a NESTED_FISH_LABELS
|
||||||
|
|
||||||
function fish_prompt
|
function fish_prompt
|
||||||
set -l command_status $status
|
set -l command_status $status
|
||||||
set -l question_mark_in_circle '?'\u20dd
|
set -l question_mark_in_circle \ufffd
|
||||||
set_color red
|
set_color red
|
||||||
echo -n '# '
|
echo -n '# '
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue