mirror of
https://github.com/CompeyDev/dotfiles.git
synced 2024-12-12 12:50:36 +00:00
feat(starship): display user instead of time
This commit is contained in:
parent
177e5ec0e5
commit
3bf44ae13a
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ $rust\
|
||||||
$golang\
|
$golang\
|
||||||
$php\
|
$php\
|
||||||
[](fg:#212736 bg:#1d2230)\
|
[](fg:#212736 bg:#1d2230)\
|
||||||
$time\
|
$username\
|
||||||
[ ](fg:#1d2230)\
|
[ ](fg:#1d2230)\
|
||||||
\n $character """
|
\n $character """
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ format = '[[ $time ](fg:#a0a9cb bg:#1d2230)]($style)'
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
style_user = 'white bold'
|
style_user = 'white bold'
|
||||||
style_root = 'black bold'
|
style_root = 'purple bold'
|
||||||
format = 'self '
|
format = 'as [$user]($style)'
|
||||||
disabled = false
|
disabled = false
|
||||||
show_always = true
|
show_always = true
|
||||||
|
|
Loading…
Reference in a new issue