Skip to content

Instantly share code, notes, and snippets.

View Raj-Joshi-dev's full-sized avatar

Raj Joshi Raj-Joshi-dev

  • Bamberg, Germany
View GitHub Profile
@ryo-ARAKI
ryo-ARAKI / starship.toml
Last active April 19, 2026 02:52
Starship configuration file
# ~/.config/starship.toml
"$schema" = "https://starship.rs/config-schema.json"
# NOTE: Emojis with variation selectors or unstable display widths may cause prompt rendering glitches.
# Examples include ⚔️ 🏎️ 🗃️ 🗑️ ✒️
# If layout breaks, prefer colourful emojis without variation selectors.
format = """
$username$hostname$directory$git_branch$git_commit$git_state$git_metrics$git_status$julia$python${custom.python_venv}$rust$typst$conda$direnv
$character"""