add log: something to edit the system-log with
This commit is contained in:
parent
b206d16b0a
commit
a14ce500f5
1 changed files with 6 additions and 0 deletions
6
.config/shell/functions/log
Normal file
6
.config/shell/functions/log
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue