mirror of https://github.com/mitchell/dotfiles.git
5 lines
60 B
Fish
5 lines
60 B
Fish
|
function machine-env
|
||
|
eval (docker-machine env $argv)
|
||
|
end
|
||
|
|