Last active
January 13, 2021 07:48
-
-
Save imabuddha/99535e6bb6ee43b331d13db56c0fad69 to your computer and use it in GitHub Desktop.
Starship prompt config, place in ~/.config
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
# 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