.bashrc
changeset 951 0f401364a9aa
parent 949 2e7205b69973
child 971 c4a808f66996
equal deleted inserted replaced
950:efc28cae2634 951:0f401364a9aa
   177 
   177 
   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
       
   183   mintty*) alias ssh='TERM=xterm ssh' ;;
       
   184 esac
   182 
   185 
   183 # --blank-lines-after-procedures --break-before-boolean-operator --braces-on-if-line --braces-on-struct-decl-line
   186 # --blank-lines-after-procedures --break-before-boolean-operator --braces-on-if-line --braces-on-struct-decl-line
   184 # --comment-indentationn --space-after-cast --line-comments-indentationn --declaration-indentationn --honour-newlines
   187 # --comment-indentationn --space-after-cast --line-comments-indentationn --declaration-indentationn --honour-newlines
   185 # --no-space-after-function-call-names --no-tabs --struct-brace-indentationn --start-left-side-of-comments
   188 # --no-space-after-function-call-names --no-tabs --struct-brace-indentationn --start-left-side-of-comments
   186 alias indent-bifit="indent -bap -bbo -br -brs -cdw -ce -cli0 -c0 -cs -d0 -di0 -hnl -l120 -lc90 -i4 -npcs -ppi 3 -npsl -nut -sbi4 -sc"
   189 alias indent-bifit="indent -bap -bbo -br -brs -cdw -ce -cli0 -c0 -cs -d0 -di0 -hnl -l120 -lc90 -i4 -npcs -ppi 3 -npsl -nut -sbi4 -sc"