summaryrefslogtreecommitdiff
path: root/config/essentials/starship.toml
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-05-03 18:22:38 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-05-03 18:22:38 +0200
commit80462e764abf047544be6026c5d67c1f54599ae5 (patch)
tree0c018ce1a0b0b5d186eb9db5881c99271c8f3745 /config/essentials/starship.toml
parent4cf668d9a23e39fbc8a215cc7876f95291722366 (diff)
Update
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 '
-