Skip to content

Commit

Permalink
ENH: Start adding starship configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed May 26, 2024
1 parent bf6c24d commit 9af00b9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dot_config/starship.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'

# 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'

# Disable the package module, hiding it from the prompt completely
[package]
disabled = true

0 comments on commit 9af00b9

Please sign in to comment.