feat(starship): slight rice for prompt
This commit is contained in:
parent
c7f9376d72
commit
f8e6ebf9da
1 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,15 @@
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
|
settings = {
|
||||||
|
format = ''
|
||||||
|
[┌──](bold green) $all
|
||||||
|
[└─>](bold green) '';
|
||||||
|
character = {
|
||||||
|
success_symbol = "│";
|
||||||
|
error_symbol = "│";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Terminal Multiplexing
|
# Terminal Multiplexing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue