Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # Setting docker Machine for Fish shell
  2. # Fish does not support `export` command, so replace `export` with `set -x`.
  3. eval (docker-machine env default | sed -e 's/export/;set -x/g' -e 's/=/ /g')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement