Make layouts executable scripts with shebangs
This commit is contained in:
4
layouts/session-local
Normal file → Executable file
4
layouts/session-local
Normal file → Executable file
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env -S tmux source-file
|
||||
|
||||
rename-window home
|
||||
|
||||
new-window -c ~/.config/nvim
|
||||
@@ -15,4 +17,4 @@ move-window -s local:config/local -t 9
|
||||
|
||||
select-window -t local:home
|
||||
|
||||
# vim: filetype=tmux
|
||||
# vim: ft=tmux
|
||||
|
||||
Reference in New Issue
Block a user