Skip to content

Instantly share code, notes, and snippets.

@NorbertFenk
Created December 13, 2019 17:43
Show Gist options
  • Save NorbertFenk/d2c01794222e31911b2ad6003916271d to your computer and use it in GitHub Desktop.
Save NorbertFenk/d2c01794222e31911b2ad6003916271d to your computer and use it in GitHub Desktop.
Starship promt config file with enabled kubernetes support. Additionally I changed the order.
prompt_order = [
"username",
"hostname",
"directory",
"git_branch",
"git_commit",
"git_state",
"git_status",
"hg_branch",
"package",
"dotnet",
"golang",
"java",
"nodejs",
"php",
"python",
"ruby",
"rust",
"terraform",
"nix_shell",
"conda",
"memory_usage",
"aws",
"kubernetes",
"env_var",
"cmd_duration",
"line_break",
"jobs",
"battery",
"time",
"character",
]
[kubernetes]
style = "bold #2b6fe5"
disabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment