My friend Zev maintains a great library for fixing Xcode’s code snippets behaviour to put new brace brackets on their own line.
He’s also got a section of his .zprofile
in a gist so he can type fixXcode
and it’ll clone the repo and do everything for you. Like magic.
He sent it to be, and I was hesitant at first because it involves using zsh
instead of bash
. I mean, only nerds use zsh
right?
Right!
zsh
has autocomplete for git. That is all you need to know to switch.