Updated some scripts and configuration

This commit is contained in:
2023-02-14 21:06:28 -05:00
parent 689d0ba29e
commit 957ee2d2fa
5 changed files with 28 additions and 12 deletions

11
scripts/scripts/ncis Executable file
View File

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