my dotz
0

Configure Feed

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

make note have lockfile

+2
+2
bin/n
··· 2 2 # 3 3 # Open notes file & take notes 4 4 5 + mkdir /tmp/notelock 2> /dev/null || exit 1 5 6 notefile="$HOME/drop/notes.md" 6 7 vim "+normal G" "$notefile" 8 + rmdir /tmp/notelock