From df36efa858fa33d299102ffcb7561b71ea4c8591 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Mon, 23 Dec 2024 20:25:07 +0100 Subject: [PATCH] Remove rbenv --- zsh/env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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