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"