feat: rename config file to ayo.conf

This commit is contained in:
Ayo Ayco 2025-06-22 17:22:38 +02:00
parent e3ce056100
commit 6f65748b94
2 changed files with 3 additions and 3 deletions

View file

@ -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`

View file

@ -1,7 +1,7 @@
#! /usr/bin/bash
# Load config
. ${HOME}/.ayo.config
. ${HOME}/ayo.conf
command=$1
journal_dir="${notes_dir}/Journal"