File: tmux_utils.sh

package info (click to toggle)
tmux-plugin-manager 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: sh: 940; exp: 167; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 194 bytes parent folder | download
1
2
3
4
5
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
}