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

5 lines
60 B
Fish
Raw Normal View History

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