From 0a19b28b4e1c1ad87932d633516b9c963e9f58bd Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Mon, 15 Mar 2021 11:41:53 +0100 Subject: [PATCH] Remove `CURRENT_DIR` variable from a helper script Fixes #200 --- scripts/helpers/tmux_utils.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/helpers/tmux_utils.sh b/scripts/helpers/tmux_utils.sh index dc6df41..150e6b9 100644 --- a/scripts/helpers/tmux_utils.sh +++ b/scripts/helpers/tmux_utils.sh @@ -1,6 +1,3 @@ -CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -source "$CURRENT_DIR/plugin_functions.sh" - reload_tmux_environment() { tmux source-file $(_get_user_tmux_conf) >/dev/null 2>&1 }