mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 12:03:48 +03:00
16 lines
219 B
Fish
16 lines
219 B
Fish
# RUN: %fish %s
|
|
_tide_parent_dirs
|
|
|
|
function _chruby
|
|
_tide_decolor (_tide_item_chruby)
|
|
end
|
|
|
|
set -lx RUBY_VERSION
|
|
|
|
_chruby # CHECK:
|
|
|
|
set -lx RUBY_VERSION 3.0.0
|
|
set -lx tide_chruby_icon
|
|
|
|
_chruby # CHECK: 3.0.0
|