1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

added aliases for sublime text

This commit is contained in:
Dylan Hudson 2012-04-19 00:14:55 -07:00
parent 1120f97305
commit 5eb466a788

View file

@ -0,0 +1,3 @@
# Sublime Text 2 Aliases
alias st='open -a "/Applications/Sublime Text 2.app"'
alias stt='st .'