inlining the rbenv part
This commit is contained in:
parent
ad78c2a78f
commit
2e686faca1
1 changed files with 1 additions and 3 deletions
4
.zshrc
4
.zshrc
|
@ -47,9 +47,7 @@ fi
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
# rbenv
|
# rbenv
|
||||||
if [[ ! ":$PATH:" == *":$HOME/.rbenv/shims:"* ]]; then
|
[[ ! ":$PATH:" == *":$HOME/.rbenv/shims:"* ]] && hash rbenv 2>/dev/null && eval "$(rbenv init -)"
|
||||||
hash rbenv 2>/dev/null && eval "$(rbenv init -)"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
if [ "$(uname -s | tr '[:upper:]' '[:lower:]')" = 'linux' ]; then
|
if [ "$(uname -s | tr '[:upper:]' '[:lower:]')" = 'linux' ]; then
|
||||||
|
|
Loading…
Reference in a new issue