Added hxzet command

This commit is contained in:
2022-01-21 17:04:01 -05:00
parent a4ae5600d6
commit b0c8901b05
2 changed files with 13 additions and 1 deletions

11
scripts/scripts/hxzet Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -e
# Creates a new `zet` inside the House Call Pro `Zettlekasten`
_main() {
(ZETDIR="$HXZET" eval zet "$@")
}
_main "$@"