feat(plugin): add ruby
This commit is contained in:
parent
9cf5287c49
commit
9f3b8c5de8
1 changed files with 11 additions and 0 deletions
11
plugins/ruby
Normal file
11
plugins/ruby
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#
|
||||||
|
# ruby
|
||||||
|
#
|
||||||
|
|
||||||
|
# Add rubygem binary directory to PATH
|
||||||
|
if command -v ruby &> /dev/null; then
|
||||||
|
path+=("$(ruby -e "puts Gem.user_dir")/bin")
|
||||||
|
export PATH
|
||||||
|
fi
|
||||||
|
|
||||||
|
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2
|
Loading…
Reference in a new issue