dotfiles/.config/fish/functions/dm_env.fish

4 lines
116 B
Fish
Raw Normal View History

function dm-env -d 'Shortcut for setting your shell env for a docker-machine'
eval (docker-machine env $argv)
end