We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a19b28 commit 2afeff1Copy full SHA for 2afeff1
scripts/helpers/tmux_utils.sh
@@ -1,3 +1,6 @@
1
+HELPERS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2
+source "$HELPERS_DIR/plugin_functions.sh"
3
+
4
reload_tmux_environment() {
5
tmux source-file $(_get_user_tmux_conf) >/dev/null 2>&1
6
}
0 commit comments