# HG changeset patch # User Oleksandr Gavenko # Date 1529591309 -10800 # Node ID d5f00e3d31ec8faa6f4a67b99c2a57690e1f62b9 # Parent 6ac59832aba570b1055b5882a1b5f64c6bcb67ce Disable CYGWIN=noglob for docker-machine. See https://github.com/docker/machine/issues/4516 diff -r 6ac59832aba5 -r d5f00e3d31ec .bashrc --- a/.bashrc Tue Jun 12 11:22:39 2018 +0300 +++ b/.bashrc Thu Jun 21 17:28:29 2018 +0300 @@ -169,6 +169,11 @@ # what most people want from od (hexdump) # alias hd='od -Ax -tx1z -v' +case $OSTYPE in + # CYGWIN=noglob causes https://github.com/docker/machine/issues/4516 + cygwin) alias docker-machine='CYGWIN= docker-machine' ;; +alias + # --blank-lines-after-procedures --break-before-boolean-operator --braces-on-if-line --braces-on-struct-decl-line # --comment-indentationn --space-after-cast --line-comments-indentationn --declaration-indentationn --honour-newlines # --no-space-after-function-call-names --no-tabs --struct-brace-indentationn --start-left-side-of-comments