mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
tmuxp: fix xdg dir checked
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user