mirror of https://github.com/bjeanes/dotfiles.git
5 lines
39 B
Fish
5 lines
39 B
Fish
|
function glg
|
||
|
gem search -l $argv
|
||
|
|
||
|
end
|