Skip to content

Commit

Permalink
[STAR] Replace obsolete icons
Browse files Browse the repository at this point in the history
  • Loading branch information
skbolton committed May 1, 2023
1 parent 1c6a899 commit 1987e89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zsh/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ format = """\
"""

[hostname]
ssh_symbol = ""
ssh_symbol = "󰐻 "
style = "bold bright-yellow"

[git_branch]
symbol = " "
symbol = "󰊢 "
style = "purple"
format = "on [$symbol$branch]($style) "

Expand All @@ -22,9 +22,9 @@ style = "italic cyan"
format = "[$path]($style) "

[character]
success_symbol = "[ ](green)"
error_symbol = "[ ](yellow)"
vicmd_symbol = "[ ](green)"
success_symbol = "[󰇂 ](green)"
error_symbol = "[󰇂 ](yellow)"
vicmd_symbol = "[󰇂 ](green)"

[aws]
disabled = true
Expand Down

0 comments on commit 1987e89

Please sign in to comment.