Fix wrong path
This commit is contained in:
parent
224c7ed45c
commit
1b61620e47
1 changed files with 3 additions and 3 deletions
|
|
@ -89,11 +89,11 @@ setopt GLOB_DOTS
|
||||||
# File directories that are needed to source
|
# File directories that are needed to source
|
||||||
files=(
|
files=(
|
||||||
# zsh
|
# zsh
|
||||||
$XDG_CONFIG_HOME/zsh/**/*.zsh
|
$HOME/.config/zsh/**/*.zsh
|
||||||
# fzf scripts that need to be sourced
|
# fzf scripts that need to be sourced
|
||||||
$XDG_CONFIG_HOME/fzf-flatpak
|
# $HOME/scripts/fzf-flatpak
|
||||||
# fzf config file
|
# fzf config file
|
||||||
$XDG_CONFIG_HOMES/fzf/fzfrc
|
$HOMES/.config/fzf/fzfrc
|
||||||
)
|
)
|
||||||
|
|
||||||
for file in $files; do
|
for file in $files; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue