Removing the useless rbenv support.
This commit is contained in:
parent
c302b90e7e
commit
dbd988064e
2 changed files with 0 additions and 11 deletions
8
.bashrc
8
.bashrc
|
@ -45,13 +45,5 @@ if [ -f "${HOME}/.gpg-agent-info" ]; then
|
|||
fi
|
||||
export GPG_TTY=$(tty)
|
||||
|
||||
# rbenv
|
||||
hash rbenv 2>/dev/null && eval "$(rbenv init -)"
|
||||
if [ -d "$HOME/.gem/ruby" ]; then
|
||||
for file in $HOME/.gem/ruby/*; do
|
||||
[ -d "$file" -a -d "$file/bin" ] && export PATH="$PATH:$file/bin"
|
||||
done
|
||||
fi
|
||||
|
||||
# Aliases
|
||||
[ -f "$HOME/.bash_aliases" ] && . ~/.bash_aliases
|
||||
|
|
3
.zshrc
3
.zshrc
|
@ -49,9 +49,6 @@ if [ -f "${HOME}/.gpg-agent-info" ]; then
|
|||
fi
|
||||
export GPG_TTY=$(tty)
|
||||
|
||||
# rbenv
|
||||
[[ ! ":$PATH:" == *":$HOME/.rbenv/shims:"* ]] && hash rbenv 2>/dev/null && eval "$(rbenv init -)"
|
||||
|
||||
# Aliases
|
||||
[ "$(uname -s | tr '[:upper:]' '[:lower:]')" = 'linux' ] && alias ls='ls --color=auto'
|
||||
alias ll='ls -lihF'
|
||||
|
|
Loading…
Reference in a new issue