dotfiles/nushell/starship.toml
2020-07-19 19:47:46 -04:00

17 lines
451 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 = ["directory", "git_branch", "git_status", "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 "➜"
symbol = ""
[directory]
truncate_to_repo = true
truncation_length = 100
[git_status]
prefix = ""
suffix = ""