diff options
author | EuAndreh <eu@euandre.org> | 2018-07-25 11:37:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-25 11:40:26 -0300 |
commit | af18a634f88de063f3683c876e04fb95ae6ecda7 (patch) | |
tree | d3a949e99a409fa226027c1495b806a3eebaf4e5 /bash/tmuxinator-templates.sh | |
parent | Add missing clj services (diff) | |
download | dotfiles-af18a634f88de063f3683c876e04fb95ae6ecda7.tar.gz dotfiles-af18a634f88de063f3683c876e04fb95ae6ecda7.tar.xz |
Indent bash code with 2 spaces instead of 4
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 |