Skip to content

Commit

Permalink
fish + base16-shell: fix base16-tmux config file creation (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardburgess authored Oct 15, 2023
1 parent a426789 commit 9706041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/base16-tmux.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9706041

Please sign in to comment.