From 2c329027f807f022516184c6bfa50d09ce606620 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 17 Mar 2023 11:32:06 +0000 Subject: [PATCH] Autosave: 2023-03-17 11:32:06 --- _scripts/auto_save.sh | 6 +++--- _scripts/auto_save_mac.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_scripts/auto_save.sh b/_scripts/auto_save.sh index 2c44371..6e5de1d 100755 --- a/_scripts/auto_save.sh +++ b/_scripts/auto_save.sh @@ -4,9 +4,9 @@ # It is aliased to `cs-update` in .zshrc -notes_path="/home/thomas/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" +notes_path="/home/thomas/repos/eolas" +space_to_underscore="/home/thomas/repos/eolas/_scripts/space_to_underscore_filename.sh" +clean_image_directory="/home/thomas/repos/eolas/_scripts/clean_image_directory.sh" cd "$notes_path" diff --git a/_scripts/auto_save_mac.sh b/_scripts/auto_save_mac.sh index 12cc9aa..65c00a8 100755 --- a/_scripts/auto_save_mac.sh +++ b/_scripts/auto_save_mac.sh @@ -4,7 +4,7 @@ # It is aliased to `cs-update` in .zshrc -notes_path="/Users/thomasbishop/prepos/computer_science" +notes_path="/Users/thomasbishop/prepos/eolas" # 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"