starship: remove deprecated character.symbol setting
Fixes #1550 PR #1695
This commit is contained in:
parent
68dfc86173
commit
b9597e5774
3 changed files with 10 additions and 3 deletions
|
|
@ -50,7 +50,10 @@ in {
|
|||
"$character"
|
||||
];
|
||||
scan_timeout = 10;
|
||||
character.symbol = "➜";
|
||||
character = {
|
||||
success_symbol = "➜";
|
||||
error_symbol = "➜";
|
||||
};
|
||||
}
|
||||
'';
|
||||
description = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue