]> Sergey Matveev's repositories - dotfiles.git/commitdiff
My music is another directory
authorSergey Matveev <stargrave@stargrave.org>
Sun, 19 Sep 2021 09:06:45 +0000 (12:06 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 19 Sep 2021 09:06:45 +0000 (12:06 +0300)
tmux/bin/tmux-menu-music.sh

index a418f64f5fa00eb8ac4dd0541a30d2925e1f7d25..640901b011996cc8ab793a2da1a1393bbe321cfe 100755 (executable)
@@ -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