Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/starship.toml

43 lines
594 B
TOML
Raw Normal View History

2022-01-09 05:28:34 +00:00
add_newline = true
format = """
2022-01-10 23:31:27 +00:00
$username@$hostname $directory $all$character"""
2022-01-09 05:28:34 +00:00
right_format = "$cmd_duration"
[character]
error_symbol = "[✗](bold red)"
[cmd_duration]
format = "took [$duration]($style) "
[directory]
format = "[$path]($style)[$read_only]($read_only_style)"
read_only = " 🔒"
2022-01-10 23:38:33 +00:00
[git_metrics]
disabled = false
2022-01-09 05:28:34 +00:00
[hostname]
ssh_only = false
format= "[$hostname]($style)"
2022-01-10 23:38:33 +00:00
[kubernetes]
disabled = false
[memory_usage]
disabled = false
[shell]
disabled = false
[status]
disabled = false
[time]
disabled = false
2022-01-09 05:28:34 +00:00
[username]
2022-01-21 08:28:52 +00:00
show_always = true
2022-01-09 05:28:34 +00:00
format = "[$user]($style)"