.bashrc
changeset 976 38803c50d0ed
parent 971 c4a808f66996
child 977 0b4affe58cff
equal deleted inserted replaced
975:1e4749d9ebf1 976:38803c50d0ed
   178 case $OSTYPE in
   178 case $OSTYPE in
   179   # CYGWIN=noglob causes https://github.com/docker/machine/issues/4516
   179   # CYGWIN=noglob causes https://github.com/docker/machine/issues/4516
   180   cygwin) alias docker-machine='CYGWIN= docker-machine' ;;
   180   cygwin) alias docker-machine='CYGWIN= docker-machine' ;;
   181 esac
   181 esac
   182 case $TERM in
   182 case $TERM in
   183   mintty*) alias ssh='TERM=xterm ssh' ;;
   183   mintty*)
       
   184     alias ssh='TERM=xterm ssh'
       
   185     alias vagrant='TERM=xterm vagrant'
       
   186     ;;
   184 esac
   187 esac
   185 
   188 
   186 # --blank-lines-after-procedures --break-before-boolean-operator --braces-on-if-line --braces-on-struct-decl-line
   189 # --blank-lines-after-procedures --break-before-boolean-operator --braces-on-if-line --braces-on-struct-decl-line
   187 # --comment-indentationn --space-after-cast --line-comments-indentationn --declaration-indentationn --honour-newlines
   190 # --comment-indentationn --space-after-cast --line-comments-indentationn --declaration-indentationn --honour-newlines
   188 # --no-space-after-function-call-names --no-tabs --struct-brace-indentationn --start-left-side-of-comments
   191 # --no-space-after-function-call-names --no-tabs --struct-brace-indentationn --start-left-side-of-comments