33 lines
406 B
TOML
33 lines
406 B
TOML
format = """
|
||
$username\
|
||
$hostname\
|
||
$directory\
|
||
$git_branch\
|
||
$time\
|
||
$status\
|
||
$shell\
|
||
$character"""
|
||
|
||
add_newline = false
|
||
|
||
[directory.substitutions]
|
||
'/home/luka/winhome' = ' ~'
|
||
'~/winhome' = ' ~'
|
||
|
||
[character]
|
||
success_symbol = "[❯](green)"
|
||
error_symbol = "[❯](red)"
|
||
|
||
[line_break]
|
||
disabled = true
|
||
|
||
[swift]
|
||
disabled = true
|
||
|
||
[git_status]
|
||
disabled = true
|
||
|
||
[os]
|
||
format = "[$name](blue)"
|
||
disabled = false
|
||
|