Skip to content

Commit

Permalink
zsh: update starship prompt
Browse files Browse the repository at this point in the history
- remove wsl indicator
- add symbols updated upstream
  • Loading branch information
yacoob committed Dec 6, 2024
1 parent 5c0b196 commit 6936811
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions home/dot_config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ disabled = false
style = 'dimmed yellow'
symbol = ''

[env_var.WSL_PROMPT_DISTRO_NAME]
symbol = '󰌽'
description = 'WSL Distribution name, if different than Debian'
format = '[$symbol $env_value ]($style)'
style = 'blue'

[hostname]
ssh_only = false
ssh_symbol = ""
Expand Down Expand Up @@ -103,6 +97,9 @@ symbol = " "
[git_branch]
symbol = ""

[git_commit]
tag_symbol = ''

[golang]
symbol = ""

Expand Down Expand Up @@ -225,3 +222,6 @@ symbol = " "

[zig]
symbol = ""

[gradle]
symbol = ""

0 comments on commit 6936811

Please sign in to comment.