mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 04:17:22 +00:00
3 lines
118 B
Fish
3 lines
118 B
Fish
function dm-env -d 'Shortcut for setting your shell env for a docker-machine'
|
|
eval (docker-machine env $argv)
|
|
end
|