mirror of
https://github.com/owenlejeune/zsh-plugins.git
synced 2025-11-19 13:50:54 -05:00
11 lines
321 B
Bash
11 lines
321 B
Bash
SDIR="~/.oh-my-zsh/custom/plugins/scripts"
|
|
|
|
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"
|