datascience_linux_terminal_.../config/starship.toml

34 lines
560 B
TOML

format = """
$username\
@\
$hostname\
:\
$directory\
\n$character"""
[directory]
style = "white bold"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = "󰈙 "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
[hostname]
style = "white bold"
ssh_only = false
format = '[$hostname]($style)[$ssh_symbol]($style)'
trim_at = '.uni-bremen.de'
disabled = false
[username]
style_user = 'white bold'
style_root = 'red bold'
format = '[$user]($style)'
disabled = false
show_always = true