Skip to content

Commit

Permalink
improve starship prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Steinke committed Jul 18, 2024
1 parent 1a895b8 commit 6a50fa8
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ format = """
[](fg:nord3 bg:nord1)\
[ $git_branch $git_status](fg:nord4 bg:nord1)\
[](fg:nord1 bg:nord3)\
[ $time$aws$kubernetes$golang](fg:nord4 bg:nord3)\
[ $aws$kubernetes$golang](fg:nord4 bg:nord3)\
[](fg:nord3 bg:nord1)\
[$fill](fg:nord3 bg:nord3)\
[$time](fg:nord4 bg:nord1)\
[◗ ](fg:nord1 bg:none)\
$all$character """


# Inserts a blank line between shell prompts
add_newline = false

palette = 'nord'

[directory]
Expand All @@ -31,18 +31,26 @@ format="$symbol$branch(:$remote_branch)"
format='$all_status$ahead_behind'

[aws]
format='$symbol($profile )(\($region\) )(\[$duration\] )'
format=' $symbol($profile )(\($region\) )(\[$duration\] )'
symbol="󰸏 "

[golang]
format='$symbol($version )'
format=' $symbol($version )'
symbol=""

[kubernetes]
format='$symbol$context( \($namespace\))'
format=' $symbol$context( \($namespace\))'
symbol="󱃾 "
disabled=false

[time]
format="$time"
disabled=false

[character]
success_symbol="[ ](bold nord14)"
error_symbol="[ ](bold nord11)"

[fill]
symbol=""

Expand Down

0 comments on commit 6a50fa8

Please sign in to comment.