Vendor the command set the menu and shell depend on
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# blob:summary=Update user-installed git themes
|
||||
|
||||
mapfile -t themes < <(blob-theme-extras)
|
||||
|
||||
for theme in "${themes[@]}"; do
|
||||
echo "Updating: $(basename "$theme")"
|
||||
git -C "$theme" pull
|
||||
done
|
||||
Reference in New Issue
Block a user