Cleaning up some scripts and moving to autoload functions

This commit is contained in:
2023-10-08 10:26:30 -04:00
parent 05b36efeea
commit 0f58b00f97
26 changed files with 123 additions and 102 deletions

View File

@@ -2,10 +2,10 @@
set -e
# Creates a new `zet` inside the House Call Pro `Zettlekasten`
# Creates a new `zet` inside the NCI Summit `Zettlekasten`
_main() {
(ZETDIR="$HOME/Documents/NCISummit" eval zet "$@")
ZETDIR="$HOME/Documents/NCISummit" eval zet "$@"
}
_main "$@"