Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-07-25 12:34:33 +08:00
parent dd45febece
commit 4ea9c78556

View File

@@ -1,3 +1,6 @@
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
palette = "catppuccin_mocha"
# Inserts a blank line between shell prompts
@@ -8,8 +11,12 @@ format = '$directory$git_branch$git_commit$git_state$git_status$golang$helm$java
# Replace the "" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
success_symbol = "[](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
error_symbol = "[](bold red)"
success_symbol = "[](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
error_symbol = "[](bold red)"
vimcmd_symbol = "[←](bold green)"
vimcmd_replace_one_symbol = "[←](bold purple)"
vimcmd_replace_symbol = "[←](bold purple)"
vimcmd_visual_symbol = "[←](bold yellow)"
[time]
disabled = true