feat: rename config file to ayo.conf
This commit is contained in:
parent
e3ce056100
commit
6f65748b94
2 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@ $ git clone git@git.sr.ht:~ayoayco/scripts
|
||||||
|
|
||||||
2\. Copy config and populate
|
2\. Copy config and populate
|
||||||
```bash
|
```bash
|
||||||
$ cp example.config ~/.ayo.config
|
$ cp example.config ~/ayo.conf
|
||||||
$ vim ~/.ayo.config
|
$ vim ~/ayo.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
3\. update your .bashrc to add an alias for the parent command `scripts/ayo.sh`
|
3\. update your .bashrc to add an alias for the parent command `scripts/ayo.sh`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/bash
|
#! /usr/bin/bash
|
||||||
|
|
||||||
# Load config
|
# Load config
|
||||||
. ${HOME}/.ayo.config
|
. ${HOME}/ayo.conf
|
||||||
|
|
||||||
command=$1
|
command=$1
|
||||||
journal_dir="${notes_dir}/Journal"
|
journal_dir="${notes_dir}/Journal"
|
||||||
|
|
Loading…
Reference in a new issue