diff --git a/layout/layout.plugin.zsh b/layout/layout.plugin.zsh index 72895d8..01d3f12 100644 --- a/layout/layout.plugin.zsh +++ b/layout/layout.plugin.zsh @@ -2,7 +2,7 @@ layout() { if [[ "$1" == "" ]]; then echo "usage: layout [name]" else - tmux source-file ~/.local/share/tmux/layouts/$1 + ~/.local/share/tmux/layouts/$1 if [[ "$2" != "" ]]; then tmux rename-window $2 fi