diff options
| author | 2021-05-06 12:13:43 -0400 | |
|---|---|---|
| committer | 2021-05-06 12:13:43 -0400 | |
| commit | 4be2fb4e53dfd1493dc0e4603f2dbf005bea9a09 (patch) | |
| tree | fd655147927f0f5d5a75a7dce813abddbc1ae10f /update-subtrees.zsh | |
| parent | update tmux conf (diff) | |
remove zsh
Diffstat (limited to 'update-subtrees.zsh')
| -rw-r--r-- | update-subtrees.zsh | 3 |
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} |
