change the '$' character in the prompt to '#' to match the standard
toplevel.
This commit is contained in:
parent
a2d132e5e4
commit
e8c1b5f8ca
|
@ -381,7 +381,7 @@ let make_prompt ui profile count size key_sequence (recording, macro_count, macr
|
||||||
B_fg (rgb 0xe3 0xaa 0x73);
|
B_fg (rgb 0xe3 0xaa 0x73);
|
||||||
S "utop";
|
S "utop";
|
||||||
B_fg (color lgreen green);
|
B_fg (color lgreen green);
|
||||||
S " $ ";
|
S " # ";
|
||||||
]
|
]
|
||||||
in
|
in
|
||||||
Array.append (
|
Array.append (
|
||||||
|
|
Loading…
Reference in New Issue