diff --git a/.bashrc b/.bashrc index 8baab97..b34ef18 100644 --- a/.bashrc +++ b/.bashrc @@ -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)