Created
November 15, 2025 23:54
-
-
Save topfunky/3afa91ab5833b98cd34535ef2abd0715 to your computer and use it in GitHub Desktop.
starship.toml for Jujutsu VCS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Display the current JJ change ID at the end of the prompt. | |
| # | |
| # No other configuration is necessary. Starship displays all custom modules in the order that they were defined. | |
| [custom.jj] | |
| command = "jj log -r @ -T 'self.change_id().shortest().prefix()' --no-graph --color never" | |
| when = "[ -d .jj ]" | |
| format = "[⇄ $output](blue)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment