From 85cb5cf4d1b84707270f25f22366107c8b65dd6d Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Sun, 2 Aug 2020 10:16:42 +0200 Subject: [PATCH] fixed sps source error --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)