Skip to content

Instantly share code, notes, and snippets.

@samjarman
Created October 12, 2020 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samjarman/ee10b9ba4662911a41ff6362587a0df7 to your computer and use it in GitHub Desktop.
Save samjarman/ee10b9ba4662911a41ff6362587a0df7 to your computer and use it in GitHub Desktop.
An zsh alias to open xcode project from current dir, similar to "code ." when using vs code
alias xc="open *.xcworkspace || open *.xcodeproj"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment