.
This commit is contained in:
parent
00b4e97c83
commit
99e4665f63
2
.bashrc
2
.bashrc
@ -30,8 +30,6 @@ fi
|
|||||||
[[ -d "$HOME/.functions" ]] && for f in ~/.functions/*.sh; do source $f; done
|
[[ -d "$HOME/.functions" ]] && for f in ~/.functions/*.sh; do source $f; done
|
||||||
|
|
||||||
|
|
||||||
[[ "$(type -t sps)" == "file" ]] && source <(sps completion bash)
|
|
||||||
|
|
||||||
[[ -d "$HOME/.rbenv/bin" ]] && export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)"
|
[[ -d "$HOME/.rbenv/bin" ]] && export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)"
|
||||||
|
|
||||||
#exit with no error
|
#exit with no error
|
||||||
|
Loading…
Reference in New Issue
Block a user