summaryrefslogtreecommitdiff
path: root/update-subtrees.zsh
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2021-05-06 12:13:43 -0400
committerChloe Kudryavtsev <toast@toast.cafe>2021-05-06 12:13:43 -0400
commit4be2fb4e53dfd1493dc0e4603f2dbf005bea9a09 (patch)
treefd655147927f0f5d5a75a7dce813abddbc1ae10f /update-subtrees.zsh
parentupdate tmux conf (diff)
remove zsh
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}