Skip to content

Commit

Permalink
Replace success_symbol in prompt with an ASCII character
Browse files Browse the repository at this point in the history
Okay to use in errors
  • Loading branch information
kachick committed Aug 3, 2023
1 parent fa34a5b commit 72ac51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/.config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ $character"""
style = "blue"

[character]
success_symbol = "[❯](purple)"
error_symbol = "[❯](red)"
success_symbol = "[>](bold green)"
error_symbol = "[✗](bold red)"
vimcmd_symbol = "[❮](green)"

[git_commit]
Expand Down

0 comments on commit 72ac51c

Please sign in to comment.