summaryrefslogtreecommitdiff
path: root/starship/.config/starship.toml
blob: f522ffec098b9414693d27d8627a56474afb2599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_newline = false

[directory]
format = "in [$path]($style)[$read_only]($read_only_style) "

[hostname]
ssh_only = false
format = "@[$hostname](bold purple) "

[username]
show_always = true
format = "[$user]($style)"