diff options
Diffstat (limited to 'bash/tmuxinator-templates.sh')
-rwxr-xr-x | bash/tmuxinator-templates.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/tmuxinator-templates.sh b/bash/tmuxinator-templates.sh index 77cf461..adbbb5c 100755 --- a/bash/tmuxinator-templates.sh +++ b/bash/tmuxinator-templates.sh @@ -5,5 +5,5 @@ mkdir -p ~/.tmuxinator templates=(annex pires songbooks sosps) for template in ${templates[@]}; do - cp $DOTFILES/tmux/projects/$template.yml ~/.tmuxinator/$template.yml + cp $DOTFILES/tmux/projects/$template.yml ~/.tmuxinator/$template.yml done |