1
0
Fork 0
mirror of synced 2025-01-15 01:16:14 -05:00
tpm/scripts/helpers/tmux_utils.sh
2025-01-10 01:11:39 +01:00

8 lines
215 B
Bash

#!/usr/bin/env bash
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
}