6 lines
94 B
Bash
6 lines
94 B
Bash
## todo.sh
|
|
alias taz='todo.sh add "(Z)"'
|
|
alias t='todo.sh'
|
|
alias hw='t hw'
|
|
alias hwr="hw rel"
|