Remove CURRENT_DIR variable from a helper script

Fixes #200
This commit is contained in:
Bruno Sutic
2021-03-15 11:41:53 +01:00
parent 29c871e810
commit 0a19b28b4e

View File

@@ -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
}