fixed dotf/git completion command
This commit is contained in:
parent
63f81e7ff7
commit
c0127da8d6
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user