1
0
Fork 0
mirror of synced 2024-07-26 18:11:11 -04:00

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

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
}