Created
June 24, 2026 19:30
-
-
Save palaniraja/a68fe1e1cbe0dbf7fbdfc804a89325d7 to your computer and use it in GitHub Desktop.
~/.config/startship.toml
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
| 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