Added pzet command

This commit is contained in:
2022-01-19 13:45:19 -05:00
parent 55db0132a7
commit a4ae5600d6
2 changed files with 13 additions and 0 deletions

View File

@@ -4,3 +4,5 @@
[user] [user]
name = Michael Housh name = Michael Housh
email = mhoush@houshhomeenergy.com email = mhoush@houshhomeenergy.com
[color]
ui = true

11
scripts/scripts/pzet Executable file
View File

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