From 5e039cad2ca8f3a80bed71604d130f0cc888d267 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Sun, 17 Mar 2024 13:16:08 +0000 Subject: [PATCH] Fix rbenv on openSUSE --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 4a08d3a..df906c1 100644 --- a/.bashrc +++ b/.bashrc @@ -102,6 +102,6 @@ if ! shopt -oq posix; then fi fi -#eval "$(~/.rbenv/bin/rbenv init - bash)" +eval "$(rbenv init - bash)" [ -f ~/.fzf.bash ] && source ~/.fzf.bash