wslg updates

This commit is contained in:
Matthew Ryan Dillon 2022-02-13 11:07:53 -07:00
parent 716df683af
commit f4a3b65189
6 changed files with 99 additions and 73 deletions

View file

@ -64,3 +64,7 @@ function back_things_up() {
ln -s $dest_root/$date $dest_root/latest
# TODO: once confident pruning is working well, add that in here
}
function devlog() {
vim -c 'Goyo' '+normal Go' +startinsert ~/projects/personal/devlog/logs/$(date '+%Y-%m-%d').gmi
}