diff --git a/zsh/env b/zsh/env index 76fa21a..ec8ed81 100644 --- a/zsh/env +++ b/zsh/env @@ -40,7 +40,6 @@ fi if test -d "$HOME/.cargo"; then export PATH="$HOME/.cargo/bin:$PATH" - eval "$(rbenv init -)" fi if test -d "$HOME/.local"; then @@ -108,4 +107,4 @@ elif [[ $platform == 'macOS' && -x $(which gls) ]]; then alias bls='pwd; gls -lahpG --group-directories-first --color-scale --time-style=long-iso' elif [[ $platform == 'macOS' ]]; then alias bls='pwd; /bin/ls -lahGp' -fi \ No newline at end of file +fi