diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 070186b..495b77e 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -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 ''; diff --git a/home/zsh/files/functions.zsh b/home/zsh/files/functions.zsh index fe49763..6ef1f27 100644 --- a/home/zsh/files/functions.zsh +++ b/home/zsh/files/functions.zsh @@ -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