Autosave: 2023-03-17 11:32:06

This commit is contained in:
thomasabishop 2023-03-17 11:32:06 +00:00
parent 4c5eee71fb
commit 2c329027f8
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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"