mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user