Compare commits

...

2 commits

Author SHA1 Message Date
Danielle McLean 80f9567108
Pretty up Python version display in prompt 2023-07-13 13:18:53 +10:00
Danielle McLean 31ec6d2622
Nicely display command duration in prompt with icon 2023-07-13 13:18:35 +10:00

View file

@ -6,6 +6,9 @@ format = '$all$kubernetes$line_break$jobs$battery$time$status$os$container$shell
success_symbol = "[](bold purple)"
vicmd_symbol = "[](bold purple)"
[cmd_duration]
format = '[ $duration]($style) '
[git_status]
style = "218"
@ -166,6 +169,7 @@ symbol = " "
symbol = "🪺 "
[python]
format = "[$symbol($version)]($style) "
symbol = " "
[rlang]