tmux-continuum/scripts
Paul Elliott 3d10915bfa Fix systemd unit install on clean system
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>
2022-05-18 16:57:29 +01:00
..
handle_tmux_automatic_start Fix systemd unit install on clean system 2022-05-18 16:57:29 +01:00
check_tmux_version.sh First working version 2015-02-11 15:43:37 +01:00
continuum_restore.sh Rename the plugin to 'tmux-continuum' 2015-02-20 13:38:09 +01:00
continuum_save.sh continuum_save.sh: Improvements to locking code 2019-07-13 14:16:42 +02:00
continuum_status.sh Continuum status 2015-11-29 18:36:13 +01:00
handle_tmux_automatic_start.sh Removing debug opts. 2016-01-09 16:28:47 +01:00
helpers.sh Fix for multiple users on the same machine 2020-02-29 01:37:58 +01:00
shared.sh More bugfixing 2015-02-12 15:52:10 +01:00
variables.sh Add option to set restore max delay 2021-06-05 14:49:32 +02:00