Add TODO for importing at install time

This commit is contained in:
David Dworken 2022-09-10 15:19:40 -07:00
parent 976d2f0fe3
commit c190b80837

View File

@ -34,6 +34,7 @@ func main() {
lib.CheckFatalError(lib.Setup(os.Args))
case "install":
lib.CheckFatalError(lib.Install())
// TODO: Can I have this import from .bash_history when first installed?
case "enable":
lib.CheckFatalError(lib.Enable())
case "disable":