Skip to content

Commit

Permalink
Merge pull request #35 from lalle/paul
Browse files Browse the repository at this point in the history
Added if statement to check if Sublime symlink needs to be added
  • Loading branch information
paulirish committed Mar 5, 2015
2 parents 86ab0fa + c30de7d commit 9cbfbf5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .aliases
Expand Up @@ -7,9 +7,8 @@ alias .....="cd ../../../.."
alias ~="cd ~" # `cd` is probably faster to type though
alias -- -="cd -"

# the subl symlink was probably set up already but in case it wasn't…
# ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl

# setting up the sublime symlink
ln -sf "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl

# i <3 u cask
alias cask='brew cask'
Expand Down

0 comments on commit 9cbfbf5

Please sign in to comment.