Joined April 2012
·

AlexDenisov

RubyOnRails/iOS Developer at StaRTUPERS
·
Kiev, Ukraine
·
·
·

Posted to Find your fat modules over 1 year ago

@hauleth, it works for me without -n. OS X 10.8

Posted to Be more productive over 1 year ago
sudo -- sh -c 'printf "127.0.0.1\tcoderwall.com\n" >> /etc/hosts'

;-)

OS X support

case "$OSTYPE" in
      cygwin) gui() { explorer "${1:-.}"; } ;;
   linux-gnu) gui() { nautilus "${1:-.}"; } ;;
  darwin11.0) gui() { open "${1:-.}"; } ;;
           *) echo 'Unknown file manager.' >&2 ;;
 esac

Or you can setup it as default (or any else diff tool)

git config --global merge.tool vimdiff
Achievements
505 Karma
17,263 Total ProTip Views