-
-
Save 3x1l3l4bs/d095f35efa4d83c65777754bd59e343a to your computer and use it in GitHub Desktop.
starship.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 | |
prompt_order = ["username", "kubernetes", "directory", "git_branch", "git_status", "character"] | |
[character] | |
symbol = "\n(∩`-´)⊃ " | |
error_symbol = "\n(ง •̀_•́)ง " | |
style_success = "bold green" | |
use_symbol_for_status = true | |
[username] | |
show_always = true | |
[kubernetes] | |
symbol = "ﴱ " | |
style = "bold blue" | |
disabled = false | |
[kubernetes.context_aliases] | |
"default/default/default" = "home-cluster" | |
[aws] | |
disabled = true | |
[git_branch] | |
symbol = " " | |
#[git_status] | |
#conflicted = " ~ " | |
#ahead = " ⇡ " | |
#behind = " ⇣ " | |
#staged=" + " | |
#diverged = " ⇕ " | |
#untracked = " ? " | |
#stashed = " $ " | |
#modified = " ! " | |
#deleted = " " | |
#renamed = " ➜ " | |
#unmerged = " ═ " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment