]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/tmux-menu-music.sh
Have not used zshfe for years
[dotfiles.git] / bin / bin / tmux-menu-music.sh
1 #!/bin/sh
2
3 tmux has-session -t music || {
4     tmux new-session -d -s music -c ~/tmp/music
5     tmux set-option -t music status off
6 }
7 exec tmux attach-session -t music