vcs: Fix writing module structure

This commit is contained in:
Marty Oehme 2024-09-19 11:18:54 +02:00
parent fee876b87f
commit c14710aa98
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
15 changed files with 7 additions and 7 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env sh
#
n() {
if [ $# -eq 0 ]; then
zk edit -i
else
zk "${@}"
fi
}

View file

@ -0,0 +1,4 @@
#!/usr/bin/env sh
#
export ZK_NOTEBOOK_DIR="${WIKIROOT:-~/documents/notes/}/pinky"