*
j3s j3s@c3f.net
Tue, 22 Jun 2021 20:19:02 -0500
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
bin/n
→
bin/n
@@ -4,5 +4,5 @@ # Open notes file & take notes
mkdir /tmp/notelock 2> /dev/null || exit 1 notefile="$HOME/Sync/notes.md" -vim "+normal G" '+:set autoread' '+ au CursorHold,CursorHoldI * checktime' "$notefile" +nvim "+normal G" '+:set autoread' '+ au CursorHold,CursorHoldI * checktime' "$notefile" rmdir /tmp/notelock