9 lines
127 B
Bash
9 lines
127 B
Bash
## todo.sh
|
|
alias taz='todo.sh add "(Z)"'
|
|
tap() {
|
|
todo.sh add "($1) $2"
|
|
}
|
|
alias t='todo.sh'
|
|
alias hw='t hw'
|
|
alias hwr="hw rel"
|