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