diff --git a/.bashrc b/.bashrc index b34ef18..1a5b325 100644 --- a/.bashrc +++ b/.bashrc @@ -28,9 +28,10 @@ fi [[ -f "$HOME/.functions.sh" ]] && source ~/.functions.sh -[[ -f "$HOME/Develop/MyDot/completion.sh" ]] && source ~/Develop/MyDot/completion.sh [[ "$(type -t dotf)" == "alias" ]] && [[ "$(type -t __git_complete)" == "function" ]] && __git_complete dotf _git [[ "$(type -t _todo)" == "function" ]] && complete -F _todo t - [[ "$(type -t sps)" == "file" ]] && source <(sps completion bash) + +#exit with no error +/bin/true