fixed sps source error

This commit is contained in:
Jonas Forsberg 2020-08-02 10:16:42 +02:00
parent dbd34fe861
commit 85cb5cf4d1
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -33,4 +33,4 @@ fi
[[ "$(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" ]] && source <(sps completion bash)
[[ "$(type -t sps)" == "file" ]] && source <(sps completion bash)