Last active
September 7, 2021 16:47
-
-
Save steve-ross/d2a3c2278e190d2ed3f1b02d00f4683a to your computer and use it in GitHub Desktop.
Starship 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
# place in ~/.config/starship-iterm.toml | |
# Don't print a new line at the start of the prompt | |
add_newline = false | |
[directory] | |
style = "" | |
disabled = true | |
[character] | |
disabled = true | |
[aws] | |
disabled = true | |
[package] | |
display_private = true | |
[env_var] | |
variable = "NPM_PACKAGE_NAME" | |
symbol = "🎁" | |
[line_break] | |
disabled = true | |
prompt_order=["env_var"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment