dotfiles/.config/fish/functions/machine-env.fish

5 lines
60 B
Fish

function machine-env
eval (docker-machine env $argv)
end