Remove `CURRENT_DIR` variable from a helper script

Fixes #200
pull/210/head
Bruno Sutic 2 years ago
parent 29c871e810
commit 0a19b28b4e
No known key found for this signature in database
GPG Key ID: CAFA7B1B2914ED81
  1. 3
      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
}

Loading…
Cancel
Save