X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/a7a81febd20e17ca98b6724238928e7f8fd7c501..a59aa3f7d15dae57e2d066e47af3556c46d9dac4:/bin/diary diff --git a/bin/diary b/bin/diary index e6ec3a2..a05a0eb 100755 --- a/bin/diary +++ b/bin/diary @@ -1,7 +1,7 @@ #!/usr/bin/env bash -vim \ - -c "call vimwiki#diary#make_note(v:count1)" \ +nvim ~/org/journal.org \ + \ - -c 'r !date +"\%n== \%H:\%M ==\%n * "' \ + -c 'r !date +"\%n**** [\%F \%a \%H:\%M] - "' \ + -c 'normal zx' \ -c "start!"