diff --git a/README.md b/README.md index 0adbb26..b10f2cc 100644 --- a/README.md +++ b/README.md @@ -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 ``` -[[ "$(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.