Skip to content

Instantly share code, notes, and snippets.

@vlkz
Forked from gwa/gist:8803319
Created February 5, 2014 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vlkz/8829222 to your computer and use it in GitHub Desktop.
Save vlkz/8829222 to your computer and use it in GitHub Desktop.
# Add this to your ~/.profile to open the sublime project file in the current directory using `sublp` without any arguments.
# Note: `subl` ust be in your PATH.
#
# Usage: Navigate to folder containing project file. Type `sublp` and hit enter.
#
alias sublp='find . -name "*.sublime-project" | head -1 | xargs subl --project'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment