fix tmux lingering

This commit is contained in:
thek4n 2025-09-10 13:09:59 +03:00
parent 28dc71a192
commit d859a28f9b

View File

@ -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