changed alias and added dotf bash completion
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -61,3 +61,5 @@ type go >/dev/null 2>&1 && export GOPATH=$(go env GOPATH)
|
||||
[[ -f ~/.functions.sh ]] && source ~/.functions.sh
|
||||
[[ -f ~/Develop/sps/completion.sh ]] && source ~/Develop/sps/completion.sh
|
||||
[[ -f ~/Develop/MyDot/completion.sh ]] && source ~/Develop/MyDot/completion.sh
|
||||
|
||||
[[ "$(type -t dotf)" == "alias" ]] && [[ "$(type -t __git_complete)" == "function" ]] && __git_complete dotf _git
|
||||
|
Reference in New Issue
Block a user