This commit is contained in:
Jonas Forsberg 2021-11-18 16:43:59 +00:00
parent 164ab7f7cd
commit fd51915295

View File

@ -41,7 +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 [[ $(type -t __git_complete) == function ]] && __git_complete dotf __git_main
``` ```
*I use my functions defined in [dotf.sh](src/branch/master/.functions/dotfiles.sh)* *I use my functions defined in [dotf.sh](.functions/dotfiles.sh)*
If you want you can add a remote repository make sure that it's secure if you manage sensitive information. If you want you can add a remote repository make sure that it's secure if you manage sensitive information.
```bash ```bash