From 9706041539504a7dda5bf2411a0f513cce8460ad Mon Sep 17 00:00:00 2001 From: Howard Burgess Date: Sun, 15 Oct 2023 23:09:04 +0100 Subject: [PATCH] fish + base16-shell: fix base16-tmux config file creation (#38) --- hooks/base16-tmux.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/base16-tmux.fish b/hooks/base16-tmux.fish index ae45cf8c..34badb42 100755 --- a/hooks/base16-tmux.fish +++ b/hooks/base16-tmux.fish @@ -14,7 +14,7 @@ end if test -z "$BASE16_TMUX_PLUGIN_PATH" if test -n "$XDG_CONFIG_HOME" - set -g BASE16_HEXCHAT_PATH "$XDG_CONFIG_HOME/tmux/plugins/base16-tmux" + set -g BASE16_TMUX_PLUGIN_PATH "$XDG_CONFIG_HOME/tmux/plugins/base16-tmux" else set -g BASE16_TMUX_PLUGIN_PATH "$HOME/.tmux/plugins/base16-tmux" end