]> git.rmz.io Git - dotfiles.git/blob - bin/diary
alias: return error when no arguments given to vim within VIM_TERMINAL
[dotfiles.git] / bin / diary
1 #!/usr/bin/env bash
2
3 vim ~/org/journal.org \
4 + \
5 -c 'r !date +"\%n**** [\%F \%a \%H:\%M] - "' \
6 -c 'normal zx' \
7 -c "start!"