tpm/scripts/helpers/tmux_utils.sh

4 lines
87 B
Bash

reload_tmux_environment() {
tmux source-file $(_get_user_tmux_conf) >/dev/null 2>&1
}