Adjust fzgo paths
This commit is contained in:
parent
421d69c2dd
commit
0d9b27e997
|
@ -59,7 +59,15 @@
|
|||
|
||||
initExtra = ''
|
||||
LOCAL_SEARCH_DIRS=(~/.dotfiles/)
|
||||
REMOTE_SEARCH_DIRS=(~/Workspace/ /home/server/Storage/Shared/ /home/server/Storage/Thomas/)
|
||||
REMOTE_SEARCH_DIRS=(
|
||||
~/Workspace/Trackbox/Branches/
|
||||
~/Workspace/Trackbox/Repositories/
|
||||
~/Workspace/Trackbox/Resources/
|
||||
~/Workspace/Trackbox/Docker/
|
||||
~/Workspace/University/PhD/Thesis/
|
||||
/home/server/Storage/Shared/
|
||||
/home/server/Storage/Thomas/
|
||||
)
|
||||
export LD_LIBRARY_PATH=${pkgs.sqlite.out}/lib:$LD_LIBRARY_PATH
|
||||
'';
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ function find_global() {
|
|||
done
|
||||
for i in "$REMOTE_SEARCH_DIRS[@]"; do
|
||||
if [ -d "$i" ]; then
|
||||
PATHS="$PATHS\n$i\n$(ssh mallorea fd . \"$i\" -t $file_type -d 8)"
|
||||
PATHS="$PATHS\n$i\n$(ssh mallorea fd . \"$i\" -t $file_type -d 15)"
|
||||
fi
|
||||
done
|
||||
echo "$PATHS" > $FZGO_CACHE
|
||||
|
|
Loading…
Reference in New Issue