Skip to content

Commit 2afeff1

Browse files
committed
Add 'HELPERS_DIR' variable to tmux_utils.sh
1 parent 0a19b28 commit 2afeff1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/helpers/tmux_utils.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
HELPERS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2+
source "$HELPERS_DIR/plugin_functions.sh"
3+
14
reload_tmux_environment() {
25
tmux source-file $(_get_user_tmux_conf) >/dev/null 2>&1
36
}

0 commit comments

Comments
 (0)