small pixel drawing of a pufferfish dotfiles

Fix notes path
j3s j3s@c3f.net
Sat, 08 Feb 2020 20:04:59 -0600
commit

3b920308b9f912a3ecec7cbcd0e6af0fbf78b57b

parent

f8b34268ac454452627030ad49d2d4b47bc21808

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

jump to
M bin/nbin/n

@@ -2,7 +2,7 @@ #!/bin/sh

# # Open notes file & take notes -notefile="$HOME/sync/notes.md" +notefile="$HOME/drop/notes.md" printf '\n' >> "$notefile" date +"%Y-%m-%d %H:%M" >> "$notefile" printf -- "----------------" >> "$notefile"