feat(starship): display user instead of time

This commit is contained in:
Erica Marigold 2022-12-24 20:57:29 +05:30
parent 177e5ec0e5
commit 3bf44ae13a
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2

View file

@ -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