From d098e94ad102da9d018acca72ca5a5c554d25a01 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Mon, 2 Jun 2025 13:11:10 -0700 Subject: Update paths n stuff --- dots/tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dots/tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh (limited to 'dots/tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh') diff --git a/dots/tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh b/dots/tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh new file mode 100644 index 0000000..238952d --- /dev/null +++ b/dots/tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh @@ -0,0 +1,6 @@ +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 +} -- cgit v1.2.3-70-g09d2