diff --git a/.bashrc b/.bashrc index c3ef014..7a2fbc6 100644 --- a/.bashrc +++ b/.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 diff --git a/.zshrc b/.zshrc index 8d32da3..d5ea96f 100644 --- a/.zshrc +++ b/.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'