From 41f072a8b443b5a404916598f0c9b7a52f5c05fb Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 15 Feb 2021 23:33:30 +0000 Subject: Add init command (#12) * Add init command This makes setting up the shell part of A'tuin much easier. Eval the output of "atuin init". * Update readme, add up binding --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index c4ac30b2..380df592 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,7 @@ mod remote; #[derive(StructOpt)] #[structopt( author = "Ellie Huxtable ", - version = "0.3.1", + version = "0.3.2", about = "Magical shell history" )] struct Atuin { -- cgit v1.3.1