Add userlib tests

Document userlib in readme
extend example configuration to include userlib
This commit is contained in:
Ava Apples Affine 2023-03-17 13:24:31 -07:00
parent 1ee9ba55fb
commit 34e77903a6
Signed by: affine
GPG key ID: 3A4645B8CF806069
5 changed files with 64 additions and 11 deletions

View file

@ -1,9 +1,12 @@
;; comment out to load USERLIB
;; (load (concat HOME "/.relish/userlib.rls"))
(def CFG_RELISH_POSIX
"my job control preference"
"1")
;; if you have userlib
;; (set CFG_RELISH_POSIX "1")
;; else
(def CFG_RELISH_POSIX
(get-doc (q CFG_RELISH_POSIX))
"1")
(echo "Welcome back to relish.")
(echo "Enjoy your computing.")