fix tmux lingering
This commit is contained in:
parent
28dc71a192
commit
d859a28f9b
@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
loginctl enable-linger "${USER}"
|
||||||
command -v systemctl >/dev/null && systemctl --user enable --now tmux
|
command -v systemctl >/dev/null && systemctl --user enable --now tmux
|
||||||
git clone https://github.com/tmux-plugins/tpm "${HOME}/.config/tmux/plugins/tpm" | true
|
git clone https://github.com/tmux-plugins/tpm "${HOME}/.config/tmux/plugins/tpm" | true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user