Created
March 15, 2022 09:48
-
-
Save nexxeln/669a8623626af9080d7a75f37d00c910 to your computer and use it in GitHub Desktop.
my starship config
This file contains 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
[aws] | |
symbol = " " | |
[conda] | |
symbol = " " | |
[dart] | |
symbol = " " | |
format = "via [$symbol]($style)" | |
[directory] | |
read_only = " " | |
truncation_length = 1 | |
[docker_context] | |
symbol = " " | |
[elixir] | |
symbol = " " | |
format = 'via [$symbol]($style)' | |
[elm] | |
symbol = " " | |
[git_branch] | |
symbol = " " | |
[golang] | |
symbol = " " | |
format = 'via [$symbol]($style)' | |
[hg_branch] | |
symbol = " " | |
[java] | |
symbol = " " | |
format = 'via [$symbol]($style)' | |
[julia] | |
symbol = " " | |
[memory_usage] | |
symbol = " " | |
[nim] | |
symbol = " " | |
[nix_shell] | |
symbol = " " | |
[nodejs] | |
symbol = " " | |
format = 'via [$symbol]($style)' | |
[package] | |
symbol = " " | |
[perl] | |
symbol = " " | |
[php] | |
symbol = " " | |
[python] | |
symbol = " " | |
format = 'via [$symbol]($style)' | |
[ruby] | |
symbol = " " | |
[rust] | |
format = 'via [$symbol]($style)' | |
[scala] | |
symbol = " " | |
[shlvl] | |
symbol = " " | |
[swift] | |
symbol = "ﯣ " | |
format = 'via [$symbol]($style)' | |
[git_status] | |
disabled = true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment