# https://starship.rs/config/ [directory] truncate_to_repo = false style = "bold blue" truncation_length = 5 truncation_symbol = "…" [username] style_user = "bold green" [git_branch] style = "bold yellow" [status] disabled = false [[battery.display]] threshold = 10 style = "bold red" [[battery.display]] threshold = 30 style = "bold yellow" [time] disabled = false format = "[$time]($style) " style = "fg:246" [custom.screen] description = "Displays whether we are in a screen session" command = "echo screen" when = """test -n "$STY" """ format = "in [$symbol($output )]($style)" style = "bold yellow"