Archived
0
0
Fork 0

updated starship prompt

This commit is contained in:
Daryl Ronningen 2022-01-10 15:38:33 -08:00
parent 966edc2d88
commit ae453cdd0a
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

View file

@ -15,10 +15,31 @@ format = "took [$duration]($style) "
format = "[$path]($style)[$read_only]($read_only_style)" format = "[$path]($style)[$read_only]($read_only_style)"
read_only = " 🔒" read_only = " 🔒"
[git_metrics]
disabled = false
[hostname] [hostname]
ssh_only = false ssh_only = false
format= "[$hostname]($style)" format= "[$hostname]($style)"
[kubernetes]
disabled = false
[memory_usage]
disabled = false
[shell]
disabled = false
[status]
disabled = false
[sudo]
disabled = false
[time]
disabled = false
[username] [username]
show_always = true show_always = true
format = "[$user]($style)" format = "[$user]($style)"