From a73ef35cee419609f091f09e35fd76470a73c7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sun, 23 Jun 2024 12:21:44 +0100 Subject: [PATCH] Remove writing tracker --- dots/aliases | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 +}