dotfiles/system/.config/starship/config.toml
Severin Kaderli 5ddf2c8fb7
Use starship for prompt
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2020-08-24 17:08:56 +02:00

28 lines
No EOL
513 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Don't print a new line at the start of the prompt
add_newline = false
prompt_order = [
"time",
"directory",
"git_branch",
"line_break",
"character"
]
# Replace the "" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
symbol = "➜" # The "symbol" segment is being set to "➜"
[directory]
truncate_to_repo = false
[hostname]
ssh_only = false
[time]
disabled = false
[username]
show_always = true
[git_branch]
symbol = ""