mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-11-04 22:10:09 -05:00
support all debian-based machines, not just codespaces
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# https://starship.rs/config/
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
"$schema" = "https://starship.rs/config-schema.json"
|
||||
|
||||
# A minimal left prompt:
|
||||
# format = """$character"""
|
||||
@@ -46,11 +46,11 @@ symbol = " "
|
||||
[git_commit]
|
||||
tag_symbol = " "
|
||||
tag_disabled = false
|
||||
format = '[ $hash$tag]($style) '
|
||||
format = "[ $hash$tag]($style) "
|
||||
|
||||
[git_status]
|
||||
style = "bold bright-yellow"
|
||||
format = '([ $all_status$ahead_behind]($style) )'
|
||||
format = "([ $all_status$ahead_behind]($style) )"
|
||||
ignore_submodules = true
|
||||
renamed = ""
|
||||
deleted = ""
|
||||
@@ -59,6 +59,12 @@ stashed = ""
|
||||
[golang]
|
||||
symbol = " "
|
||||
|
||||
[hostname]
|
||||
ssh_only = true
|
||||
ssh_symbol = " "
|
||||
style = "bold green"
|
||||
format = "[$ssh_symbol$hostname]($style) "
|
||||
|
||||
[localip]
|
||||
disabled = true
|
||||
|
||||
@@ -101,5 +107,10 @@ symbol = " "
|
||||
[rust]
|
||||
symbol = " "
|
||||
|
||||
[username]
|
||||
format = "[ $user]($style) "
|
||||
style_root = "bold bright-red"
|
||||
style_user = "bold bright-red"
|
||||
|
||||
[vagrant]
|
||||
disabled = true
|
||||
|
||||
Reference in New Issue
Block a user