starship: Remove general custom component display

This commit is contained in:
Marty Oehme 2025-02-10 11:46:29 +01:00
parent 98c54443e9
commit 14e3364155
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -1,5 +1,4 @@
format = """
$custom\
$sudo\
$username\
$directory\
@ -77,3 +76,7 @@ disabled = false
symbol = " 󱍔 "
style = 'bold yellow'
format = "[$symbol]($style)"
# TODO: Would be lovely to have jujutsu support here
# An example implementation: https://github.com/jj-vcs/jj/wiki/Starship
# But currently very slow. Can be added with e.g. '${custom.jj}\' in format above