#Starship.toml
1 messages · Page 1 of 1 (latest)
[ ](bg:#394260 fg:#c099ff)\
[](bg:# fg:#394260)\
[ ](fg:#394260)\
$directory\
[](fg:#394260)\
[ ](fg:#394260)\
$nodejs\
$rust\
$golang\
$php\
[](fg:#394260)\
[ ](fg:#394260)\
$time\
[](fg:#394260)\
\n
[ ](fg:#c099ff bg:#394260)\
$os\
$username\
[ ](fg:#394260)\
$character
"""
# You can also replace your username with a new symbol like or disable this
[username]
show_always = true
style_user = "bg:#394260 fg:cyan"
format = '[$user ]($style)'
disabled = false
# An alternative to the username module which displays a symbol that represents the current operating system
[os]
style = "bg:#394260"
disabled = true # Disabled by default
[directory]
style = "fg:#c099ff bg:#394260"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[custom.gitInfo]
command = "echo \"[ ](fg:#394260)$git_branch$git_status[](fg:#394260)\""
when = "git rev-parse --is-inside-work-tree > /dev/null 2>&1"
shell = ["bash", "--noprofile", "--norc"]
[custom.directoryWithSC]
command = "echo \"[ ](fg:#394260)$directory[](fg:#394260)\""
when = "test -n \"$PWD\""
shell = ["bash", "--noprofile", "--norc"]
[nodejs]
symbol = ""
style = "fg:#c099ff"
format = '[[ $symbol ($version) ](fg:#c099ff bg:#394260)]($style)'```
symbol = ""
style = "fg:#c099ff"
format = '[[ $symbol ($version) ](fg:#c099ff bg:#394260)]($style)'
[golang]
symbol = ""
style = "fg:#c099ff"
format = '[[ $symbol ($version) ](fg:#c099ff bg:#394260)]($style)'
[php]
symbol = ""
style = "fg:#c099ff"
format = '[[ $symbol ($version) ](fg:#c099ff bg:#394260)]($style)'
[time]
disabled = false
time_format = "%R" # Hour:Minute Format
style = "bg:#394260"
format = '[[ $time ](fg:#c099ff bg:#394260)]($style)'```