mirror of
https://github.com/CompeyDev/dotfiles.git
synced 2024-12-12 04:40:37 +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\
|
||||
$php\
|
||||
[](fg:#212736 bg:#1d2230)\
|
||||
$time\
|
||||
$username\
|
||||
[ ](fg:#1d2230)\
|
||||
\n $character """
|
||||
|
||||
|
@ -76,7 +76,7 @@ format = '[[ $time ](fg:#a0a9cb bg:#1d2230)]($style)'
|
|||
|
||||
[username]
|
||||
style_user = 'white bold'
|
||||
style_root = 'black bold'
|
||||
format = 'self '
|
||||
style_root = 'purple bold'
|
||||
format = 'as [$user]($style)'
|
||||
disabled = false
|
||||
show_always = true
|
||||
|
|
Loading…
Reference in a new issue