summaryrefslogtreecommitdiff
path: root/config/essentials/starship.toml
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-05-04 09:19:40 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-05-04 09:19:40 +0200
commit41712f9a97da7ee3c98ccbc6a17e119c09d0b7e2 (patch)
tree9e837a156fc2af20b2149bd857755d29c8e15881 /config/essentials/starship.toml
parentd1fd4c1c04b9fefcdaa21d18b0262c2a700847a9 (diff)
parent80462e764abf047544be6026c5d67c1f54599ae5 (diff)
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'config/essentials/starship.toml')
-rw-r--r--config/essentials/starship.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/essentials/starship.toml b/config/essentials/starship.toml
index cd5832f..15139f5 100644
--- a/config/essentials/starship.toml
+++ b/config/essentials/starship.toml
@@ -34,8 +34,6 @@ disabled = false
[custom.upds]
command = 'cat ~/.cache/updates' # shows output of command
-# detect_files = ['foo'] # can specify filters but wildcards are not supported
-when = ''' test "$(cat ~/.cache/updates)" -gt 0'''
+when = '[ "$(cat ~/.cache/updates)" -gt 0 ]'
symbol = '📦'
format = '$output$symbol '
-