new custom plugins

This commit is contained in:
2021-01-08 16:28:24 -05:00
parent b800a5d24b
commit 16b7dc5fd1
6 changed files with 52 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
SDIR="~/.oh-my-zsh/custom/plugins/scripts"
alias frand="python3 ${SDIR}/frand.py"
alias randnums="python3 ${SDIR}/randomnums.py"