Rename wiki to zk (zettelkasten)

This commit is contained in:
2023-05-01 15:34:27 +02:00
parent 5fd5686fd4
commit ead293ba46
8 changed files with 24 additions and 22 deletions

4
.bin/save-zk Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
cd "$ZK_PATH" || echo "No zettelkasten directory found"
git a . && git commit -m "Update" && git push