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
No known key found for this signature in database
GPG Key ID: CAFA7B1B2914ED81
1 changed files with 0 additions and 3 deletions

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
}