Skip to content

Instantly share code, notes, and snippets.

@topfunky
Created November 15, 2025 23:54
Show Gist options
  • Select an option

  • Save topfunky/3afa91ab5833b98cd34535ef2abd0715 to your computer and use it in GitHub Desktop.

Select an option

Save topfunky/3afa91ab5833b98cd34535ef2abd0715 to your computer and use it in GitHub Desktop.
starship.toml for Jujutsu VCS
# 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