mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-16 01:18:49 +00:00
Bugfix: sourcing variables
file
This commit is contained in:
parent
6255154190
commit
3682cf6170
@ -1,6 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
### master
|
### master
|
||||||
|
- bugfix: sourcing `variables.sh` file in save script
|
||||||
|
|
||||||
### v1.0.0, 2014-08-30
|
### v1.0.0, 2014-08-30
|
||||||
- show spinner during the save process
|
- show spinner during the save process
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
source "$CURRENT_DIR/scripts/variables.sh"
|
source "$CURRENT_DIR/variables.sh"
|
||||||
source "$CURRENT_DIR/helpers.sh"
|
source "$CURRENT_DIR/helpers.sh"
|
||||||
source "$CURRENT_DIR/spinner_helpers.sh"
|
source "$CURRENT_DIR/spinner_helpers.sh"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user