diff options
Diffstat (limited to 'tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh')
-rw-r--r-- | tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh b/tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh deleted file mode 100644 index 238952d..0000000 --- a/tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh +++ /dev/null @@ -1,6 +0,0 @@ -HELPERS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -source "$HELPERS_DIR/plugin_functions.sh" - -reload_tmux_environment() { - tmux source-file $(_get_user_tmux_conf) >/dev/null 2>&1 -} |