new setup version; more modular

This commit is contained in:
Wryn Wagner
2021-09-15 01:48:37 -06:00
parent 15ea50e6ff
commit fff9113216
33 changed files with 540 additions and 317 deletions

4
zsh/utils/user-input.zsh Normal file
View File

@ -0,0 +1,4 @@
function READ_K() {
read -k $1
echo
}