feat(journal): sync command in notes dir

This commit is contained in:
Ayo Ayco 2025-06-22 15:30:18 +02:00
parent 67cdd47065
commit abf6201ce1

View file

@ -10,7 +10,7 @@ month_dir=$(date +"%m %b")
if [ "$1" = "sync" ]; then
{
path="${journal_dir}/${month_dir}/"
path="${notes_dir}/"
cd "$path"
git pull
git add .