feat(starship): change shlvl style
This commit is contained in:
parent
512baf0a83
commit
23720551d5
1 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
format = ''
|
format = ''
|
||||||
([╳](bold grey) $status$cmd_duration)
|
([╳](bold grey) $status$cmd_duration)
|
||||||
[┌┨[$username@$hostname](${section.user_host})┠(┨$shell $shlvl┠)──(┨$nix_shell┠)───────────┨](${line_style})
|
[┌┨[$username@$hostname](${section.user_host})┠(┨$shell$shlvl┠)──(┨$nix_shell┠)───────────┨](${line_style})
|
||||||
[┝┫$directory(┣━┫$git_branch$git_status(@$git_commit)( $git_metrics)( $git_state))┃](${line_style})
|
[┝┫$directory(┣━┫$git_branch$git_status(@$git_commit)( $git_metrics)( $git_state))┃](${line_style})
|
||||||
[└┨](${line_style})$character
|
[└┨](${line_style})$character
|
||||||
'';
|
'';
|
||||||
|
@ -102,8 +102,9 @@
|
||||||
|
|
||||||
shlvl = {
|
shlvl = {
|
||||||
disabled = false;
|
disabled = false;
|
||||||
format = "[$symbol$shlvl]($style)";
|
format = " [$symbol$shlvl]($style)";
|
||||||
symbol = " ";
|
symbol = " ";
|
||||||
|
threshold = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
shell = {
|
shell = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue