Skip to content

Instantly share code, notes, and snippets.

@palaniraja
Created June 24, 2026 19:30
Show Gist options
  • Select an option

  • Save palaniraja/a68fe1e1cbe0dbf7fbdfc804a89325d7 to your computer and use it in GitHub Desktop.

Select an option

Save palaniraja/a68fe1e1cbe0dbf7fbdfc804a89325d7 to your computer and use it in GitHub Desktop.
~/.config/startship.toml
add_newline = true
[directory]
truncation_length = 3
truncate_to_repo=false
[git_status]
ignore_submodules = true
[c]
symbol = "C "
[cmake]
symbol = "cmake "
[cpp]
symbol = "C++ "
[golang]
symbol = "go "
[nodejs]
symbol = "node "
[rust]
symbol = "rs "
[ruby]
symbol = "rb "
[swift]
symbol = "swift "
[xmake]
symbol = "xmake "
[zig]
symbol = "zig "
[python]
symbol = "py "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment