starship: Remove stl
This commit is contained in:
@ -19,20 +19,20 @@ format = "[$hostname]($style) in "
|
|||||||
disabled = true
|
disabled = true
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
[custom.stl]
|
#[custom.stl]
|
||||||
description = "time logger"
|
#description = "time logger"
|
||||||
when = "stl stat -f /home/hulthe/.stld" # touch the file, but don't create it
|
#when = "stl stat -f /home/hulthe/.stld" # touch the file, but don't create it
|
||||||
command = "cat /home/hulthe/.stld"
|
#command = "cat /home/hulthe/.stld"
|
||||||
symbol = "🕑"
|
#symbol = "🕑"
|
||||||
style = "italic bright-purple"
|
#style = "italic bright-purple"
|
||||||
format = "[$symbol ($output )]($style)"
|
#format = "[$symbol ($output )]($style)"
|
||||||
{% if demo %}
|
{% if demo %}
|
||||||
disabled = true
|
#disabled = true
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
# hide all persondata while in demo mode
|
|
||||||
{% if demo %}
|
{% if demo %}
|
||||||
|
# hide all persondata while in demo mode
|
||||||
[directory]
|
[directory]
|
||||||
truncation_length = 1
|
truncation_length = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user