mirror of
https://github.com/owenlejeune/zsh-plugins.git
synced 2025-11-19 13:50:54 -05:00
5 lines
130 B
Bash
5 lines
130 B
Bash
SDIR="~/.oh-my-zsh/custom/plugins/scripts"
|
|
|
|
alias frand="python3 ${SDIR}/frand.py"
|
|
alias randnums="python3 ${SDIR}/randomnums.py"
|