Skip to content

Commit

Permalink
minor prompt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqvid committed Jun 26, 2024
1 parent 245811b commit c5115f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starship/.config/starship/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ error_symbol = "[✖](bold red) "

[directory]
truncation_length = 2
format = "[$path|](dimmed blue)"
format = "[$path ](dimmed blue)"

[git_branch]
symbol = ""
Expand All @@ -19,7 +19,7 @@ commit_hash_length = 6
style = "bold white"

[git_status]
format = '[\[$all_status\]](dimmed purple) '
format = '([\[$all_status\]](dimmed purple)) '
conflicted = "[☇ ](bold red)"
stashed = "[⚿ ](bold 214)"
modified = "[🗎 ](bold yellow)"
Expand Down

0 comments on commit c5115f8

Please sign in to comment.