mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
4 lines
111 B
Bash
Executable file
4 lines
111 B
Bash
Executable file
#!/usr/bin/env bash
|
|
p=$HOME/Documents/Obsidian/journal
|
|
d=$(date +%Y-%m-%d)
|
|
[ -d "$p" ] && exec nvim "$p/$d.md"
|