Skip to content

Commit

Permalink
updated starship for git
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Feb 19, 2024
1 parent a5ff201 commit 87275f6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@ style = 'bold green'

# Shows current git status
[git_status]
format = '[$all_status$ahead_behind]($style) '
format = '([ \( $all_status$ahead_behind\)]($style) )'
style = 'bold green'
conflicted = '🏳'
up_to_date = ''
untracked = ' '
ahead = '${count}'
diverged = '⇕⇡${ahead_count}${behind_count}'
behind = '${count}'
stashed = ' '
modified = ' '
staged = '[++\($count\)](green)'
renamed = ' '
deleted = ' '
conflicted = '[ confliced=${count}](red) '
up_to_date = '[󰘽 up-to-date](green) '
untracked = '[󰋗 untracked=${count}](red) '
ahead = ' ahead=${count}'
diverged = ' ahead=${ahead_count}  behind=${behind_count}'
behind = ' behind=${count}'
stashed = '[ stashed=${count}](green) '
modified = '[󰛿 modified=${count}](yellow) '
staged = '[󰐗 staged=${count}](green) '
renamed = '[󱍸 renamed=${count}](yellow) '
deleted = '[󰍶 deleted=${count}](red) '

# Shows kubernetes context and namespace
[kubernetes]
Expand Down

0 comments on commit 87275f6

Please sign in to comment.