Change todo.sh aliases 'tap' and 'taz' to call todo.sh addons

This commit is contained in:
Adam Goldsmith 2017-08-03 01:12:22 -04:00
parent 4163da8b38
commit b16451200c
1 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
## todo.sh
alias taz='todo.sh add "(Z)"'
tap() {
todo.sh add "($1) $2"
}
alias taz='todo.sh addz'
alias tap='todo.sh addp'
alias t='todo.sh'
alias hw='t hw'
alias hwr="hw rel"