Last active
January 29, 2021 14:40
-
-
Save onedr0p/82169d1024be07bf27fb765b10af1359 to your computer and use it in GitHub Desktop.
starship.toml
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
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 = " ═ " |
Author
onedr0p
commented
Aug 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment