Skip to content

Instantly share code, notes, and snippets.

@JamieBradders
Created September 5, 2021 16:41
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 JamieBradders/563fd61b8436a335e18b3b0fea906893 to your computer and use it in GitHub Desktop.
Save JamieBradders/563fd61b8436a335e18b3b0fea906893 to your computer and use it in GitHub Desktop.
Starship Config
# Don't print a new line at the start of the prompt
add_newline = true
# Make prompt a single line instead of two lines
[line_break]
disabled = false
# 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" is set to "➜" with color "bold green"
error_symbol = "[✖](bold red)"
# Disable the package module, hiding it from the prompt completely
[package]
disabled = true
# Configure the time
[time]
time_format = "%A, %e %B %Y"
format = "$time($style) "
disabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment