diff --git a/system/.config/starship/config.toml b/system/.config/starship/config.toml index 5fb6995..bf280b4 100644 --- a/system/.config/starship/config.toml +++ b/system/.config/starship/config.toml @@ -1,28 +1,22 @@ # Don't print a new line at the start of the prompt add_newline = false -prompt_order = [ - "time", - "directory", - "git_branch", - "line_break", - "character" -] +format = "${time}${directory}${git_branch}${line_break}${character}" -# Replace the "❯" symbol in the prompt with "➜" -[character] # The name of the module we are configuring is "character" -symbol = "➜" # The "symbol" segment is being set to "➜" + +[character] +success_symbol = "[➜](bold green)" +error_symbol = "[➜](bold red)" [directory] truncate_to_repo = false +format = "in [$path]($style)[$read_only]($read_only_style) " [hostname] ssh_only = false [time] disabled = false - -[username] -show_always = true +format = "[$time]($style) " [git_branch] symbol = "" \ No newline at end of file