mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +01:00
Add TODO for importing at install time
This commit is contained in:
parent
976d2f0fe3
commit
c190b80837
@ -34,6 +34,7 @@ func main() {
|
|||||||
lib.CheckFatalError(lib.Setup(os.Args))
|
lib.CheckFatalError(lib.Setup(os.Args))
|
||||||
case "install":
|
case "install":
|
||||||
lib.CheckFatalError(lib.Install())
|
lib.CheckFatalError(lib.Install())
|
||||||
|
// TODO: Can I have this import from .bash_history when first installed?
|
||||||
case "enable":
|
case "enable":
|
||||||
lib.CheckFatalError(lib.Enable())
|
lib.CheckFatalError(lib.Enable())
|
||||||
case "disable":
|
case "disable":
|
||||||
|
Loading…
Reference in New Issue
Block a user