mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-12-17 00:02:24 -05:00
4 lines
87 B
Bash
4 lines
87 B
Bash
reload_tmux_environment() {
|
|
tmux source-file $(_get_user_tmux_conf) >/dev/null 2>&1
|
|
}
|