mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-11-17 00:08:47 +00:00
3d10915bfa
If the .config/systemd/user directory did not exist, it would not get created, as the mkdir command was inside the function systemd_unit_file() which is piped into the target file. The shell determined that file could not be created first (as the directory did not exist), so never called the function. Signed-off-by: Paul Elliott <paul@niburu.org> |
||
---|---|---|
.. | ||
handle_tmux_automatic_start | ||
check_tmux_version.sh | ||
continuum_restore.sh | ||
continuum_save.sh | ||
continuum_status.sh | ||
handle_tmux_automatic_start.sh | ||
helpers.sh | ||
shared.sh | ||
variables.sh |