0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

changed the alias to use to cli provided by sublime text

This commit is contained in:
Dylan Hudson 2012-04-22 08:36:37 -07:00
parent 5eb466a788
commit 99a3c3c5c8

View file

@ -1,3 +1,3 @@
# Sublime Text 2 Aliases
alias st='open -a "/Applications/Sublime Text 2.app"'
alias st='/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl'
alias stt='st .'