all repos — dotfiles @ 2d5fa70da78d05147a4055c51c983b93a4bc32dd

personal dotfiles

.config/starship.toml (view raw)

 1# Don't print a new line at the start of the prompt
 2add_newline = false
 3
 4[line_break]
 5disabled = true
 6
 7[username]
 8show_always = true
 9
10# Replace the "❯" symbol in the prompt with "➜"
11#[character]                            # The name of the module we are configuring is "character"
12#success_symbol = "[➜](bold green)"     # The "success_symbol" segment is being set to "➜" with the color "bold green"
13
14# Disable the package module, hiding it from the prompt completely
15#[package]
16#disabled = true