Commit 58097064 authored by Bruno Pinto's avatar Bruno Pinto

Fixes #119: rbenv has not released a final version with support to fish yet,...

Fixes #119: rbenv has not released a final version with support to fish yet, so for now, we are cloning the expected end-result
parent 69b94f20
function rbenv
set command $argv[1]
set -e argv[1]
switch "$command"
case rehash shell
eval (rbenv "sh-$command" $argv)
case '*'
command rbenv "$command" $argv
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment