Skip to content

Instantly share code, notes, and snippets.

@steve-ross
Last active September 7, 2021 16:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steve-ross/d2a3c2278e190d2ed3f1b02d00f4683a to your computer and use it in GitHub Desktop.
Save steve-ross/d2a3c2278e190d2ed3f1b02d00f4683a to your computer and use it in GitHub Desktop.
Starship Config
# 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