fixed sps source error
This commit is contained in:
parent
dbd34fe861
commit
85cb5cf4d1
2
.bashrc
2
.bashrc
@ -33,4 +33,4 @@ fi
|
|||||||
[[ "$(type -t dotf)" == "alias" ]] && [[ "$(type -t __git_complete)" == "function" ]] && __git_complete dotf _git
|
[[ "$(type -t dotf)" == "alias" ]] && [[ "$(type -t __git_complete)" == "function" ]] && __git_complete dotf _git
|
||||||
[[ "$(type -t _todo)" == "function" ]] && complete -F _todo t
|
[[ "$(type -t _todo)" == "function" ]] && complete -F _todo t
|
||||||
|
|
||||||
[[ "$(type -t _todo)" == "function" ]] && source <(sps completion bash)
|
[[ "$(type -t sps)" == "file" ]] && source <(sps completion bash)
|
||||||
|
Loading…
Reference in New Issue
Block a user