Compare commits

..

No commits in common. "c7ff7731e5823207573f9a9110bc97781cc2d1b0" and "0adee65dd8adc245a4e55e8d806b4b35b1ddba4a" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -112,7 +112,9 @@ function zvm_after_init() {
fi
if [ ! -f $FZY_CACHE ]; then
PATHS=""
search_dirs=(~/.config/waybar/ \
for i in \
~/.config/waybar/ \
~/.config/xmodmap/ \
~/.config/zsh/ \
~/.config/tmux/ \
@ -137,10 +139,8 @@ function zvm_after_init() {
~/Workspace/ \
~/Containers/ \
~/Storage/Shared/ \
~/Storage/Thomas/ \
)
~/Storage/Thomas/ ; do
for i in $search_dirs ; do
if [ -d $i ]; then
PATHS="$PATHS\n$i"
PATHS="$PATHS\n$(fd . $i -t d -d 5)"