histdb-rs 0.1.0

Better history management for zsh. Based on ideas from [https://github.com/larkery/zsh-histdb](https://github.com/larkery/zsh-histdb).
1
2
3
4
5
6
7
8
9
[Unit]
Description=Start histdb-rs server

[Service]
ExecStart=%h/.cargo/bin/histdb-rs server
ExecStop=%h/.cargo/bin/histdb-rs stop

[Install]
WantedBy=default.target