Remove writing tracker

master
trémeur 5 months ago
parent 94cf4ad742
commit a73ef35cee

@ -1,9 +1,6 @@
# Emacs # Emacs
alias emacs="emacs27" alias emacs="emacs27"
# Writing tracking
alias words="cd ~/Documents/drive/org && python3 writing-tracker.py && cd -"
# Scripts in my utils folder and elsewhere # Scripts in my utils folder and elsewhere
alias prompts="cd ~/.linux/scripts/utils && python3 promptscrape.py && cd -" alias prompts="cd ~/.linux/scripts/utils && python3 promptscrape.py && cd -"
alias cello="python3 ~/.linux/scripts/utils/cellopractice.py" alias cello="python3 ~/.linux/scripts/utils/cellopractice.py"
@ -49,4 +46,4 @@ if [ -d .git ]; then
else else
git rev-parse --git-dir 2> /dev/null; git rev-parse --git-dir 2> /dev/null;
fi; fi;
} }

Loading…
Cancel
Save