diff --git a/git/git/config b/git/git/config index c14a295..354671a 100644 --- a/git/git/config +++ b/git/git/config @@ -4,3 +4,5 @@ [user] name = Michael Housh email = mhoush@houshhomeenergy.com +[color] + ui = true diff --git a/scripts/scripts/pzet b/scripts/scripts/pzet new file mode 100755 index 0000000..64c716a --- /dev/null +++ b/scripts/scripts/pzet @@ -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 "$@"