This commit is contained in:
Jonas Forsberg 2021-11-18 17:40:14 +01:00
parent c0127da8d6
commit db2cea967d
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -41,6 +41,7 @@ if you want to add some bash completion to dotf you can just add the following l
```
[[ $(type -t __git_complete) == function ]] && __git_complete dotf __git_main
```
*I use my functions defined in [dotf.sh](.functions/dotf.sh)*
If you want you can add a remote repository make sure that it's secure if you manage sensitive information.
```bash