Adding tmux

This commit is contained in:
gerardo
2022-09-06 12:49:50 -05:00
parent 7bede13fe1
commit ed9aa84d9c
45 changed files with 2217 additions and 5 deletions

View File

@ -0,0 +1,6 @@
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
}