From dc21ffa481a8d0d5edf0ae69a4408692a5f6ad64 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Wed, 25 Jan 2023 06:54:56 +0000 Subject: [PATCH] Autosave: 2023-01-25 06:54:56 --- _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 2d6ff85..6161397 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/repos/computer_science" +NOTES_PATH="/home/thomas/repose/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"