summaryrefslogtreecommitdiff
path: root/update-subtrees.zsh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--update-subtrees.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update-subtrees.zsh b/update-subtrees.zsh
index ead932f..3af1ab2 100644
--- a/update-subtrees.zsh
+++ b/update-subtrees.zsh
@@ -1,7 +1,8 @@
#!/bin/zsh
+# example:
+# dot_local/share/toasty https://github.com/cosmictoast/toasty-zsh
subtrees=(
- dot_local/share/toasty st:toasty-zsh
)
for key val in ${(kv)subtrees}