Hilbish/nature/opts
TorchedSammy c890b86e08
feat: add hilbish.opts and autocd opt
this adds `hilbish.opts`, a table to set
simple options akin to shopt or setopt on
other shells. this commit specifically also
includes the autocd opt, which functions the
way you expect it to

to set opts, simply do `hilbish.opts.name = val`,
where `name` is the opt you want to set and `val`
being the opt setting.

ie: `hilbish.opts.autocd = true` to turn on autocd
2022-04-30 21:22:37 -04:00
..
autocd.lua feat: add hilbish.opts and autocd opt 2022-04-30 21:22:37 -04:00
init.lua feat: add hilbish.opts and autocd opt 2022-04-30 21:22:37 -04:00