Skip to content

Instantly share code, notes, and snippets.

@firstclown
Created January 4, 2014 19:39
Show Gist options
  • Save firstclown/8259705 to your computer and use it in GitHub Desktop.
Save firstclown/8259705 to your computer and use it in GitHub Desktop.
Starts Sublime Text using the passed in file/folder or, if nothing is passed in, using the current folder.
function sl
if test (count $argv) -eq 0
set argv[1] '.'
end
subl -n $argv
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment