Add darwin-specific zshrc
This commit is contained in:
parent
edba126495
commit
01784c7fd4
1 changed files with 10 additions and 0 deletions
10
zshrc.darwin
Normal file
10
zshrc.darwin
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue