Skip to content

Instantly share code, notes, and snippets.

@imabuddha
Last active January 13, 2021 07:48
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 imabuddha/99535e6bb6ee43b331d13db56c0fad69 to your computer and use it in GitHub Desktop.
Save imabuddha/99535e6bb6ee43b331d13db56c0fad69 to your computer and use it in GitHub Desktop.
Starship prompt config, place in ~/.config
# Don't print a new line at the start of the prompt
add_newline = false
# Wait milliseconds for starship to check files under the current dir (default: 30)
scan_timeout = 10
[line_break]
disabled = true
[battery]
disabled = true
[crystal]
disabled = true
[dotnet]
disabled = true
[gcloud]
disabled = true
[java]
disabled = true
[kotlin]
disabled = true
[hg_branch]
disabled = true
[nim]
disabled = true
[nix_shell]
disabled = true
[ocaml]
disabled = true
[openstack]
disabled = true
[php]
disabled = true
[singularity]
disabled = true
[terraform]
disabled = true
[zig]
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment