Skip to content

Instantly share code, notes, and snippets.

@ra100
Created November 9, 2019 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ra100/dd799d424b6453276f97cb3c3149cccc to your computer and use it in GitHub Desktop.
Save ra100/dd799d424b6453276f97cb3c3149cccc to your computer and use it in GitHub Desktop.
Starshipt config
add_newline = false
prompt_order = [
"username",
"hostname",
"kubernetes",
"package",
"dotnet",
"golang",
"java",
"nodejs",
"python",
"ruby",
"rust",
"directory",
"git_branch",
"git_state",
"git_status",
"nix_shell",
"conda",
"memory_usage",
"aws",
"env_var",
"cmd_duration",
"jobs",
"battery",
"time",
"line_break",
"character",
]
[cmd_duration]
min_time = 3
prefix = 'took '
[directory]
truncate_to_repo = false
[memory_usage]
show_percentage = true
show_swap = true
threshold = -1
symbol = " "
style = "bold dimmed green"
disabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment