From d8d7a544cfed3f19a4717cdb364e89b91585e8d6 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sun, 24 Dec 2017 11:51:22 -0800 Subject: [PATCH] Oops :) --- fish_prompt.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index ca0066a..8d47335 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -604,8 +604,8 @@ function __bobthefish_prompt_rubies -S -d 'Display current Ruby information' else if type -q chruby set ruby_version $RUBY_VERSION else if type -q asdf - set -l asdf_current_ruby (asdf current ruby ^/dev/null); or return - read -l asdf_ruby_version asdf_provenance -- $asdf_current_ruby + asdf current ruby ^/dev/null | read -l asdf_ruby_version asdf_provenance + or return # If asdf changes their ruby version provenance format, update this to match [ "$asdf_provenance" = "(set by $HOME/.tool-versions)" ]; and return