.
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -30,8 +30,6 @@ fi
|
||||
[[ -d "$HOME/.functions" ]] && for f in ~/.functions/*.sh; do source $f; done
|
||||
|
||||
|
||||
[[ "$(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)
|
||||
|
||||
[[ -d "$HOME/.rbenv/bin" ]] && export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)"
|
||||
|
Reference in New Issue
Block a user