jimeh / tmuxifier

Tmuxify your Tmux. Powerful session, window & pane management for Tmux.
MIT License
1.26k stars 109 forks source link

Can not create session #84

Closed kul1 closed 6 years ago

kul1 commented 6 years ago

After created window I cd to the working directory and $ tmuxifier new-session my-awesome-session Then error:

tmuxifier-new-session: line 47: /Users/kul/.tmux-layouts/my-awesome-session.session.sh: No such file or directory

kul1 commented 6 years ago

There is another layout in .tmuxifier/layouts in my root that confused me. Once understand exact location which is ~/.tmux-layout after follow README to export export TMUXIFIER_LAYOUT_PATH="$HOME/.tmux-layouts" then the working is .tmux-layouts Now It worked.