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.
2 parents 38576cf + f79c593 commit 29c871eCopy full SHA for 29c871e
scripts/helpers/tmux_utils.sh
@@ -1,3 +1,6 @@
1
+CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2
+source "$CURRENT_DIR/plugin_functions.sh"
3
+
4
reload_tmux_environment() {
- tmux source-file ~/.tmux.conf >/dev/null 2>&1
5
+ tmux source-file $(_get_user_tmux_conf) >/dev/null 2>&1
6
}
0 commit comments