diff options
| author | Ellie Huxtable <e@elm.sh> | 2020-10-05 00:59:28 +0100 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2020-10-05 00:59:28 +0100 |
| commit | 27b9a9430518c071a2a7de7f46dfd8aac3cead80 (patch) | |
| tree | 0551a4979606d7bf351149df10cf08f47dc9e665 /.gitignore | |
| download | atuin-27b9a9430518c071a2a7de7f46dfd8aac3cead80.zip | |
Initial commit
Currently writing shell history to a sqlite db :)
Could do with:
1) store exit code
2) store duration
3) tidy up main
4) ...remote stuff
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ea8c4bf7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target |
