From 15b24ab9d782a8e5683f305ec8b1c31849a64246 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Mon, 19 May 2025 23:03:02 -0700 Subject: initial commit --- tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh (limited to 'tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh') diff --git a/tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh b/tmux/.tmux/plugins/tpm/scripts/helpers/tmux_utils.sh new file mode 100644 index 0000000..238952d --- /dev/null +++ b/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