add log: something to edit the system-log with

This commit is contained in:
PowerUser64 2022-03-02 05:21:05 -08:00
parent b206d16b0a
commit a14ce500f5

View file

@ -0,0 +1,6 @@
#!/bin/bash
# edit the system log located in the docs repo, but also find the docs repo based on what ~/todo points to
log() {
$EDITOR "$(git -C "$(dirname "$(realpath ~/todo)")" rev-parse --show-toplevel)/system-log"
}