From 4370ba01f06fe6d93780ad861953655b58b385ca Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 19 Sep 2021 12:06:45 +0300 Subject: [PATCH] My music is another directory --- tmux/bin/tmux-menu-music.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/bin/tmux-menu-music.sh b/tmux/bin/tmux-menu-music.sh index a418f64..640901b 100755 --- a/tmux/bin/tmux-menu-music.sh +++ b/tmux/bin/tmux-menu-music.sh @@ -1,7 +1,7 @@ #!/bin/sh tmux has-session -t music || { - tmux new-session -d -s music -c ~/tmp/music + tmux new-session -d -s music -c ~/music tmux set-option -t music status off } exec tmux attach-session -t music -- 2.44.0