mirror of
https://github.com/owenlejeune/zsh-plugins.git
synced 2025-11-20 06:10:54 -05:00
6 lines
169 B
Bash
6 lines
169 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"
|