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:
Sanchayan Maity 2022-04-15 19:14:05 +05:30
parent 2e50036c35
commit c936941188
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set --path -a NESTED_FISH_LABELS
function fish_prompt
set -l command_status $status
set -l question_mark_in_circle '?'\u20dd
set -l question_mark_in_circle \ufffd
set_color red
echo -n '# '