Skip to content

Commit 0a19b28

Browse files
committed
Remove CURRENT_DIR variable from a helper script
Fixes #200
1 parent 29c871e commit 0a19b28

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/helpers/tmux_utils.sh

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

0 commit comments

Comments
 (0)