Skip to content

Commit

Permalink
Removed .tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmer committed Sep 11, 2023
1 parent 29bb57d commit 79da22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/_tide_item_ruby.fish
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function _tide_item_ruby
if path is $_tide_parent_dirs/{*.gemspec,Gemfile,Rakefile,.ruby-version,.tool-versions}
if path is $_tide_parent_dirs/{*.gemspec,Gemfile,Rakefile,.ruby-version}
ruby --version | string match -qr "(?<v>[\d.]+)"
_tide_print_item ruby $tide_ruby_icon' ' $v
end
Expand Down

0 comments on commit 79da22e

Please sign in to comment.