/ modules / home / programs / starship / default.toml
default.toml
 1  "$schema" = 'https://starship.rs/config-schema.json'
 2  
 3  add_newline = true
 4  
 5  # Replace the '❯' symbol in the prompt with '➜'
 6  [character] # The name of the module we are configuring is 'character'
 7  success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set to '➜' with the color 'bold green'
 8  
 9  # Disable the package module, hiding it from the prompt completely
10  # [package]
11  # disabled = true