1
0
Fork 0
mirror of synced 2024-07-03 13:51:09 -04:00
tpm/scripts/helpers/tmux_utils.sh
2020-11-16 08:00:36 +00:00

10 lines
268 B
Bash

CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
SCRIPTS_DIR="$CURRENT_DIR/../../scripts"
HELPERS_DIR="$SCRIPTS_DIR/helpers"
source "$SCRIPTS_DIR/tmux_cmd_path.sh"
reload_tmux_environment() {
$TMUX_CMD_PATH source-file ~/.tmux.conf >/dev/null 2>&1
}