diff --git a/terminal/.config/starship.toml b/terminal/.config/starship.toml index 16a4bce..a7b888f 100644 --- a/terminal/.config/starship.toml +++ b/terminal/.config/starship.toml @@ -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