From 1b61620e47c60839c0ae1bb9492225bbb2eb1901 Mon Sep 17 00:00:00 2001 From: aleidk Date: Fri, 1 Mar 2024 20:30:25 -0300 Subject: [PATCH] Fix wrong path --- chezmoi/executable_dot_zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chezmoi/executable_dot_zshrc b/chezmoi/executable_dot_zshrc index 3f24b0b..e643dd3 100644 --- a/chezmoi/executable_dot_zshrc +++ b/chezmoi/executable_dot_zshrc @@ -89,11 +89,11 @@ setopt GLOB_DOTS # File directories that are needed to source files=( # zsh - $XDG_CONFIG_HOME/zsh/**/*.zsh + $HOME/.config/zsh/**/*.zsh # fzf scripts that need to be sourced - $XDG_CONFIG_HOME/fzf-flatpak + # $HOME/scripts/fzf-flatpak # fzf config file - $XDG_CONFIG_HOMES/fzf/fzfrc + $HOMES/.config/fzf/fzfrc ) for file in $files; do