clean exit
This commit is contained in:
parent
6a25cd409c
commit
4ab12077ac
5
.bashrc
5
.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
|
||||
|
Loading…
Reference in New Issue
Block a user