mirror of https://github.com/bjeanes/dotfiles.git
5 lines
94 B
Fish
5 lines
94 B
Fish
|
function cdgem --description 'cd to a gems directory'
|
||
|
cd (dirname (gem which $argv)[2])
|
||
|
|
||
|
end
|