diff --git a/zshrc.darwin b/zshrc.darwin new file mode 100644 index 0000000..f4217d6 --- /dev/null +++ b/zshrc.darwin @@ -0,0 +1,10 @@ +# zshrc.darwin +# OS X customizations for ZSH +# +# Eryn Wells + +# Open a file/folder in Finder +alias reveal='open -R' + +alias -s app='open' +alias -s xcodeproj='open -a Xcode'