Skip to content

Commit

Permalink
Update home/.config/starship.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Apr 11, 2024
1 parent 45f5c16 commit 7b4002c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/dot_config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $git_status\
$cmd_duration\
$line_break\
$python\
${custom.pkgx}\
$character"""

[directory]
Expand Down Expand Up @@ -46,3 +47,8 @@ style = "yellow"
[python]
format = "[$virtualenv]($style) "
style = "bright-black"

[custom.pkgx]
shell = ['sh']
command = 'echo +$PKGX_POWDER'
when = '[ -n "$PKGX_POWDER" ] && echo "0"'

0 comments on commit 7b4002c

Please sign in to comment.