fix: move prompt to starship settings root
This commit is contained in:
parent
79ea06c1c6
commit
6bea4428fd
1 changed files with 11 additions and 12 deletions
|
@ -4,7 +4,6 @@
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
prompt = {
|
|
||||||
add_newline = true;
|
add_newline = true;
|
||||||
|
|
||||||
format = ''
|
format = ''
|
||||||
|
@ -16,7 +15,7 @@
|
||||||
([|](bold green)$aws$gcloud$openstack)
|
([|](bold green)$aws$gcloud$openstack)
|
||||||
[└─](bold green) $character
|
[└─](bold green) $character
|
||||||
'';
|
'';
|
||||||
};
|
|
||||||
character = {
|
character = {
|
||||||
success_symbol = "[❯](bold purple)";
|
success_symbol = "[❯](bold purple)";
|
||||||
vicmd_symbol = "[❮](bold purple)";
|
vicmd_symbol = "[❮](bold purple)";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue