summaryrefslogtreecommitdiff
path: root/config/essentials/starship.toml
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-05-27 14:19:09 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-05-27 14:19:09 +0200
commitf0dd78002892ace7c61521c6ceeb6660d391ca70 (patch)
treedb17be4927e4359cd1a5760a76c11c6182429a78 /config/essentials/starship.toml
parentf32fc8b9eb8303d1ca2e1cc17773bc44d38fff3d (diff)
parentf073720476b2bc19346049e4f2c774469289410f (diff)
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'config/essentials/starship.toml')
-rw-r--r--config/essentials/starship.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/essentials/starship.toml b/config/essentials/starship.toml
index 15139f5..efcaf48 100644
--- a/config/essentials/starship.toml
+++ b/config/essentials/starship.toml
@@ -3,7 +3,7 @@
# Inserts a blank line between shell prompts
add_newline = false
# format = ' ${custom.upds}'
-format = ' [\[$username@$hostname\]](bg:#000000) ${custom.upds}$all'
+format = ' [\[$username@$hostname\]](bg:#000000) $all'
right_format = """$status"""
[character]
@@ -32,8 +32,8 @@ min_time = 500
format = '($status)'
disabled = false
-[custom.upds]
-command = 'cat ~/.cache/updates' # shows output of command
-when = '[ "$(cat ~/.cache/updates)" -gt 0 ]'
-symbol = '📦'
-format = '$output$symbol '
+# [custom.upds]
+# command = 'cat ~/.cache/updates' # shows output of command
+# when = '[ "$(cat ~/.cache/updates)" -gt 0 ]'
+# symbol = '📦'
+# format = '$output$symbol '