mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Updated some scripts and configuration
This commit is contained in:
11
scripts/scripts/ncis
Executable file
11
scripts/scripts/ncis
Executable 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 "$@"
|
||||
Reference in New Issue
Block a user