dotfiles/starship/starship.toml.configlink
2020-11-10 18:14:36 -05:00

34 lines
586 B
Plaintext
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
format = """\
$directory\
$character\
"""
[character]
symbol = ""
[directory]
truncate_to_repo = true
truncation_length = 100
[git_branch]
truncation_length = 1
truncation_symbol = ""
[git_status]
format = '([\[$all_status$ahead_behind\]]($style) )'
# prefix = ""
# suffix = ""
[python]
symbol = ""
format = '[\($virtualenv\)]($style)'
[custom.virtualenv]
command = "echo (basename $VIRTUAL_ENV)" # shows output of command
format = "[$output]($style) "
when = "true"
# prefix = "("
# suffix = ") "