update plugins

This commit is contained in:
Owen LeJeune
2021-07-06 10:00:48 -04:00
parent f80f08daaf
commit 2d5db91437
8 changed files with 685 additions and 1 deletions

View File

@@ -4,3 +4,7 @@ alias frand="python3 ${SDIR}/frand.py"
alias drand="python3 ${SDIR}/drand.py"
alias randnums="python3 ${SDIR}/randomnums.py"
alias sort-by-date="python3 ${SDIR}/sort-by-time.py"
# automator
alias automator="/usr/bin/automator"
alias worktime="automator ${SDIR}/work.workflow"