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

42 lines
594 B
TOML

add_newline = true
format = """
$username@$hostname $directory $all$character"""
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 = " 🔒"
[git_metrics]
disabled = false
[hostname]
ssh_only = false
format= "[$hostname]($style)"
[kubernetes]
disabled = false
[memory_usage]
disabled = false
[shell]
disabled = false
[status]
disabled = false
[time]
disabled = false
[username]
show_always = true
format = "[$user]($style)"