We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c10b26 commit 76d0880Copy full SHA for 76d0880
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## HEAD
4
+
5
+- Use system tmuxinator.
6
7
## 1.2.0
8
9
- Add transmission-gtk.service.
user/[email protected]
@@ -4,7 +4,7 @@ Documentation=man:tmux(1)
After=ssh-agent.service
[Service]
-ExecStart=/bin/sh -c '%h/.rbenv/bin/rbenv exec tmuxinator start %i'
+ExecStart=/usr/bin/tmuxinator start %i
ExecStop=/usr/bin/tmux kill-session -t %i
RemainAfterExit=yes
10
0 commit comments