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"