my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

*

+1 -1
+1 -1
bin/n
··· 4 4 5 5 mkdir /tmp/notelock 2> /dev/null || exit 1 6 6 notefile="$HOME/Sync/notes.md" 7 - vim "+normal G" '+:set autoread' '+ au CursorHold,CursorHoldI * checktime' "$notefile" 7 + nvim "+normal G" '+:set autoread' '+ au CursorHold,CursorHoldI * checktime' "$notefile" 8 8 rmdir /tmp/notelock