mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
bin: update scripts
This commit is contained in:
parent
01b6276e59
commit
dfd841d36f
3 changed files with 4 additions and 5 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
p="$HOME/org/roam/daily"
|
||||
d=$(date +%Y-%m-%d)
|
||||
[ -d "$p" ] && exec $EDITOR "$p/$d.org"
|
||||
p="$HOME/Documents/Obsidian/journal"
|
||||
[ -d "$p" ] && exec $EDITOR "$p/$(date +%Y-%m-%d).md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue