clean exit

This commit is contained in:
Jonas Forsberg 2020-08-02 10:27:37 +02:00
parent 6a25cd409c
commit 4ab12077ac
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -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