dotfiles/zshrc.darwin

11 lines
191 B
Text
Raw Normal View History

2013-04-02 09:34:54 -07:00
# 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'