Skip to content

Instantly share code, notes, and snippets.

@goncharenko
Last active November 21, 2021 09:05
Show Gist options
  • Save goncharenko/1e652ba6d6c302aeb97268546d47b62a to your computer and use it in GitHub Desktop.
Save goncharenko/1e652ba6d6c302aeb97268546d47b62a to your computer and use it in GitHub Desktop.
MacOS - [terminal] - starship promt config
# This is a TOML document.
# Inserts a blank line between shell prompts
add_newline = true
# Replace the "❯" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
success_symbol = "[➜](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
[aws]
disabled = true
[gcloud]
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment