Compare commits
No commits in common. "c7ff7731e5823207573f9a9110bc97781cc2d1b0" and "0adee65dd8adc245a4e55e8d806b4b35b1ddba4a" have entirely different histories.
c7ff7731e5
...
0adee65dd8
|
@ -112,7 +112,9 @@ function zvm_after_init() {
|
||||||
fi
|
fi
|
||||||
if [ ! -f $FZY_CACHE ]; then
|
if [ ! -f $FZY_CACHE ]; then
|
||||||
PATHS=""
|
PATHS=""
|
||||||
search_dirs=(~/.config/waybar/ \
|
|
||||||
|
for i in \
|
||||||
|
~/.config/waybar/ \
|
||||||
~/.config/xmodmap/ \
|
~/.config/xmodmap/ \
|
||||||
~/.config/zsh/ \
|
~/.config/zsh/ \
|
||||||
~/.config/tmux/ \
|
~/.config/tmux/ \
|
||||||
|
@ -137,10 +139,8 @@ function zvm_after_init() {
|
||||||
~/Workspace/ \
|
~/Workspace/ \
|
||||||
~/Containers/ \
|
~/Containers/ \
|
||||||
~/Storage/Shared/ \
|
~/Storage/Shared/ \
|
||||||
~/Storage/Thomas/ \
|
~/Storage/Thomas/ ; do
|
||||||
)
|
|
||||||
|
|
||||||
for i in $search_dirs ; do
|
|
||||||
if [ -d $i ]; then
|
if [ -d $i ]; then
|
||||||
PATHS="$PATHS\n$i"
|
PATHS="$PATHS\n$i"
|
||||||
PATHS="$PATHS\n$(fd . $i -t d -d 5)"
|
PATHS="$PATHS\n$(fd . $i -t d -d 5)"
|
||||||
|
|
Loading…
Reference in New Issue