diff --git a/dots/aliases b/dots/aliases index 70fc93e..a26b9a5 100644 --- a/dots/aliases +++ b/dots/aliases @@ -1,9 +1,6 @@ # Emacs alias emacs="emacs27" -# Writing tracking -alias words="cd ~/Documents/drive/org && python3 writing-tracker.py && cd -" - # Scripts in my utils folder and elsewhere alias prompts="cd ~/.linux/scripts/utils && python3 promptscrape.py && cd -" alias cello="python3 ~/.linux/scripts/utils/cellopractice.py" @@ -49,4 +46,4 @@ if [ -d .git ]; then else git rev-parse --git-dir 2> /dev/null; fi; -} \ No newline at end of file +}