fix(starship): don't hardcode username
This commit is contained in:
parent
8701878171
commit
faf3445774
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ in
|
||||||
|
|
||||||
# Use custom format
|
# Use custom format
|
||||||
format = ''
|
format = ''
|
||||||
[╭───────┨](bold green)[reo101](bright-white)[@](bold yellow)$hostname[┠───────>](bold green)$status$cmd_duration$git_branch$git_status$git_state$git_commit
|
[╭───────┨](bold green)[${cfg.username}](bright-white)[@](bold yellow)$hostname[┠───────>](bold green)$status$cmd_duration$git_branch$git_status$git_state$git_commit
|
||||||
[│](bold green)$time$jobs: $directory$package
|
[│](bold green)$time$jobs: $directory$package
|
||||||
[╰─](bold green)$character
|
[╰─](bold green)$character
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue