Skip to content

Instantly share code, notes, and snippets.

@brianpartridge
Created January 8, 2016 19:04
Show Gist options
  • Save brianpartridge/47fe90c880eb3587c3cd to your computer and use it in GitHub Desktop.
Save brianpartridge/47fe90c880eb3587c3cd to your computer and use it in GitHub Desktop.
Open a project or workspace in the current directory with Xcode. Very useful when you switch between different versions of Xcode.
alias x='open -a `xcode-select --print-path`/../.. .'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment