From a2c3a97252bbcee158822152a62b4b80b695cf1d Mon Sep 17 00:00:00 2001 From: Yoni Weill Date: Tue, 7 Feb 2023 16:05:31 +0200 Subject: [PATCH] tmuxp: fix xdg dir checked --- src/_tmuxp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_tmuxp b/src/_tmuxp index 5407f20..be221e9 100644 --- a/src/_tmuxp +++ b/src/_tmuxp @@ -140,7 +140,7 @@ __tmuxp_load() { # a dash. local tmuxp_dir="${HOME}/.tmuxp" - local tmuxp_xdg_dir="${XDG_CONFIG_HOME:-${HOME}/.config}" + local tmuxp_xdg_dir="${XDG_CONFIG_HOME:-${HOME}/.config}/tmuxp" if [[ -d "${TMUXP_CONFIGDIR-}" ]]; then tmuxp_dir="${TMUXP_CONFIGDIR}" elif [[ -d "${tmuxp_xdg_dir}" ]]; then