mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-22 23:03:26 +03:00
4f621eae3f
* Add ruby item * Rename chruby test Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
15 lines
201 B
Fish
15 lines
201 B
Fish
# RUN: %fish %s
|
|
|
|
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
|