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\ $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