mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-11-22 03:08:48 +00:00
Bugfix: helper files not loaded
This commit is contained in:
parent
aa01161701
commit
7d2dc62a0c
@ -6,3 +6,4 @@
|
|||||||
- do not start saving right after tmux is started
|
- do not start saving right after tmux is started
|
||||||
- add a check for tmux version to the initializer script
|
- add a check for tmux version to the initializer script
|
||||||
- when interval is set to '0' autosave is disabled
|
- when interval is set to '0' autosave is disabled
|
||||||
|
- bugfix: helper files not loaded
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
source "$CURRENT_DIR/helpers.sh"
|
source "$CURRENT_DIR/scripts/helpers.sh"
|
||||||
source "$CURRENT_DIR/variables.sh"
|
source "$CURRENT_DIR/scripts/variables.sh"
|
||||||
source "$CURRENT_DIR/shared.sh"
|
source "$CURRENT_DIR/scripts/shared.sh"
|
||||||
|
|
||||||
save_command_interpolation="#($CURRENT_DIR/scripts/resurrect_auto_save.sh)"
|
save_command_interpolation="#($CURRENT_DIR/scripts/resurrect_auto_save.sh)"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user