small pixel drawing of a pufferfish dotfiles

*
j3s j3s@c3f.net
Tue, 22 Jun 2021 20:19:02 -0500
commit

93aaa83d2c31ef2ed928eb9e2853383fc83f601f

parent

12fa871117f7efdf1a7241c86967d8c5d47f5de6

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bin/nbin/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