fix: refactor and fix the recipient paths parsing that was missing the remote urls
This commit is contained in:
parent
c6ac0d6043
commit
2398431a7b
3 changed files with 19 additions and 10 deletions
|
|
@ -37,7 +37,7 @@ cat << EOF > "${XDG_CONFIG_HOME:-$HOME/.config}/halig/halig.yml"
|
|||
notebooks_root_path: ~/Documents/Notebooks
|
||||
identity_paths:
|
||||
- ~/.ssh/id_ed25519
|
||||
recipient_path:
|
||||
recipient_paths:
|
||||
- ~/.ssh/id_ed25519.pub
|
||||
- https://github.com/<username>.keys
|
||||
- https://gitlab.com/<username>.keys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue