diff --git a/hishtory.go b/hishtory.go index 400e083..6d13aa2 100644 --- a/hishtory.go +++ b/hishtory.go @@ -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":