my dotz
0

Configure Feed

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

Merge

+2 -4
+2 -4
bin/n
··· 3 3 # Open notes file & take notes 4 4 5 5 notefile="$HOME/drop/notes.md" 6 - printf '\n' >> "$notefile" 7 - date +"%Y-%m-%d %H:%M" >> "$notefile" 8 - printf -- "----------------" >> "$notefile" 9 - vim "+normal Go" +startinsert "$notefile" 6 + vim "+normal Go" "$notefile" 7 + # jsync