alexkras.com

  • Home
  • Top Posts
  • Resume
  • Projects
  • YouTube
  • Boots to Bytes
  • About
  • Contact

Archives for July 2016

How to Add Git Auto-Completion for the Command Line Tools in Mac OS X

July 14, 2016 by Alex Kras Leave a Comment

Git supports auto-completion when used via the terminal, which includes all basic commands such as git status or git checkout as well as local and remote branch names etc. It comes pre-installed on Ubuntu, but a few simple steps (bellow) have to be followed to get it working on Mac. Open up your terminal app […]

Filed Under: Git, Tools

How to Remove Shell Integration From iterm2

July 13, 2016 by Alex Kras 4 Comments

I tried shell integration for iterm2 and I didn’t like it. I wasn’t sure how to remove it, so I looked into the install script. #!/bin/bash function die() { echo “${1}” exit 1 } which printf > /dev/null 2>&1 || die “Shell integration requires the printf binary to be in your path.” SHELL=$(echo “${SHELL}” | […]

Filed Under: Tools

Copyright © 2021 · eleven40 Pro Theme on Genesis Framework · WordPress · Log in