fixed dotf/git completion command

This commit is contained in:
Jonas Forsberg 2021-11-18 16:07:03 +01:00
parent 63f81e7ff7
commit c0127da8d6
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -39,7 +39,7 @@ dotf status
if you want to add some bash completion to dotf you can just add the following line to your .bashrc if you want to add some bash completion to dotf you can just add the following line to your .bashrc
``` ```
[[ "$(type -t dotf)" == "alias" ]] && [[ "$(type -t __git_complete)" == "function" ]] && __git_complete dotf _git [[ $(type -t __git_complete) == function ]] && __git_complete dotf __git_main
``` ```
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.