mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-06-20 13:15:33 +00:00
4 lines
118 B
Fish
4 lines
118 B
Fish
function dm-env -d 'Shortcut for setting your shell env for a docker-machine'
|
|
eval (docker-machine env $argv)
|
|
end
|