tpm/scripts/helpers/tmux_utils.sh
2021-03-15 11:42:37 +01:00

4 lines
87 B
Bash

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