Add todotxt

This commit is contained in:
Ethan Lane 2025-04-23 20:58:26 +01:00
parent db0ad5baf3
commit 0f0dc26d6a
3 changed files with 100 additions and 0 deletions

1
.zshrc
View file

@ -19,6 +19,7 @@ SAVEHIST=10000
# Command Alias
alias lss="ls -lah"
alias yt-dlp-mp4="yt-dlp --no-config --format 'bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]'"
alias t="todo.sh"
alias gco="git checkout"
alias gcm="git commit -m"