starship: Remove general custom component display
This commit is contained in:
parent
98c54443e9
commit
14e3364155
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue