sync config
This commit is contained in:
+33
-30
@@ -1,30 +1,33 @@
|
|||||||
add_newline = false
|
# Get editor completions based on the config schema
|
||||||
username.show_always = true
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
username.format = "[$user]($style)"
|
|
||||||
username.style_user = "white"
|
add_newline = false
|
||||||
hostname.ssh_only = false
|
username.show_always = true
|
||||||
hostname.format = "[$ssh_symbol$hostname]($style)"
|
username.format = "[$user]($style)"
|
||||||
hostname.style = "white"
|
username.style_user = "white"
|
||||||
hostname.ssh_symbol = " �� "
|
hostname.ssh_only = false
|
||||||
directory.truncate_to_repo = false
|
hostname.format = "[$hostname$ssh_symbol]($style)"
|
||||||
directory.format = "[$path]($style)[$read_only]($read_only_style)"
|
hostname.style = "white"
|
||||||
directory.style = "white"
|
hostname.ssh_symbol = " 🌐"
|
||||||
character.success_symbol = "[\\$](green)"
|
directory.truncate_to_repo = false
|
||||||
character.error_symbol = "[\\$](red)"
|
directory.format = "[$path]($style)[$read_only]($read_only_style)"
|
||||||
time.disabled = false
|
directory.style = "white"
|
||||||
time.format = "[$time]($style)"
|
character.success_symbol = "[\\$](green)"
|
||||||
time.style = "white"
|
character.error_symbol = "[\\$](red)"
|
||||||
git_branch.always_show_remote = true
|
time.disabled = false
|
||||||
git_branch.format = "[$symbol](bright-black)[$branch]($style)"
|
time.format = "[$time]($style)"
|
||||||
git_branch.style = "white"
|
time.style = "white"
|
||||||
git_commit.only_detached = false
|
git_branch.always_show_remote = true
|
||||||
git_commit.tag_disabled = false
|
git_branch.format = "[$symbol](bright-black)[$branch]($style)"
|
||||||
git_commit.format = "[$hash$tag]($style)"
|
git_branch.style = "white"
|
||||||
git_commit.style = "bright-black"
|
git_commit.only_detached = false
|
||||||
|
git_commit.tag_disabled = false
|
||||||
|
git_commit.format = "[$hash$tag]($style)"
|
||||||
# A minimal left prompt
|
git_commit.style = "bright-black"
|
||||||
format = "[\\[](bright-black)$username[@](bright-black)$hostname $directory[\\]](bright-black)$character"
|
|
||||||
|
|
||||||
# move the rest of the prompt to the right
|
# A minimal left prompt
|
||||||
right_format = """$git_branch $git_commit $time"""
|
format = "[\\[](bright-black)$username[@](bright-black)$hostname $directory[\\]](bright-black)$character"
|
||||||
|
|
||||||
|
# move the rest of the prompt to the right
|
||||||
|
right_format = """$git_branch $git_commit $time"""
|
||||||
|
|||||||
Reference in New Issue
Block a user