dotfiles/zshrc.darwin

10 lines
191 B
Text

# 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'