From 6f65748b940a575c7567f94616aec465cb26dd9f Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Jun 2025 17:22:38 +0200 Subject: [PATCH] feat: rename config file to ayo.conf --- README.md | 4 ++-- journal.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ba2fb0..f8c4983 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ $ git clone git@git.sr.ht:~ayoayco/scripts 2\. Copy config and populate ```bash -$ cp example.config ~/.ayo.config -$ vim ~/.ayo.config +$ cp example.config ~/ayo.conf +$ vim ~/ayo.conf ``` 3\. update your .bashrc to add an alias for the parent command `scripts/ayo.sh` diff --git a/journal.sh b/journal.sh index 8ae0338..a9f7098 100755 --- a/journal.sh +++ b/journal.sh @@ -1,7 +1,7 @@ #! /usr/bin/bash # Load config -. ${HOME}/.ayo.config +. ${HOME}/ayo.conf command=$1 journal_dir="${notes_dir}/Journal"