Add darwin-specific zshrc

This commit is contained in:
Eryn Wells 2013-04-02 09:34:54 -07:00
parent edba126495
commit 01784c7fd4

10
zshrc.darwin Normal file
View file

@ -0,0 +1,10 @@
# zshrc.darwin
# OS X customizations for ZSH
#
# Eryn Wells <eryn@erynwells.me>
# Open a file/folder in Finder
alias reveal='open -R'
alias -s app='open'
alias -s xcodeproj='open -a Xcode'