From 3a8d481b29d1d5615e982471c6c644bbb09fed99 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Wed, 25 Jan 2023 06:54:12 +0000 Subject: [PATCH] Autosave: 2023-01-25 06:54:12 --- _scripts/auto_save.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scripts/auto_save.sh b/_scripts/auto_save.sh index 340dabf..2d6ff85 100755 --- a/_scripts/auto_save.sh +++ b/_scripts/auto_save.sh @@ -4,7 +4,7 @@ # It is aliased to `cs-update` in .zshrc -NOTES_PATH="/Users/thomasbishop/prepos/computer_science" +NOTES_PATH="/Users/thomasbishop/repos/computer_science" SPACE_TO_UNDERSCORE="/home/thomas/repos/computer_science/_scripts/space_to_underscore_filename.sh" CLEAN_IMAGE_DIRECTORY="/home/thomas/repos/computer_science/_scripts/clean_image_directory.sh"