commit ef404f97ff38b860cbc22a8a5520df8e3f4227af parent 88b012066ffb424070816e250f52bc9efd074e75 Author: Andrew Laack <andrew@laack.co> Date: Wed, 9 Sep 2026 20:27:40 -0500 Only search specific dir for pdfs. Other search was getting too slow bc find ~... Diffstat:
| M | zathura.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zathura.sh b/zathura.sh @@ -1,6 +1,6 @@ #!/bin/bash -pdfs=$(find ~ -type f -iname '*.pdf') +pdfs=$(find /home/andrew/personal-files/books -type f -iname '*.pdf') prompt="pdf:"