1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-04 17:09:12 +00:00
dotfiles/files/bash/.config/starship.toml
2021-05-26 23:23:57 +05:30

48 lines
589 B
TOML

add_newline = false
format = """\
$username\
$hostname\
$kubernetes\
$directory\
$git_branch\
$git_commit\
$git_state\
$git_status\
$docker_context\
$package\
$elixir\
$golang\
$nodejs\
$php\
$python\
$ruby\
$rust\
$terraform\
$aws\
$env_var\
$crystal\
$cmd_duration\
$custom\
$line_break\
$memory_usage\
$jobs\
$time\
$character"""
[time]
disabled = false
time_format = "[%d %b | %H:%M]"
utc_time_offset = "+5.5"
[jobs]
symbol = "+ "
threshold = 2
[memory_usage]
disabled = false
[cmd_duration]
min_time = 500
disabled = false