Skip to content

Instantly share code, notes, and snippets.

@connormckelvey
Created April 4, 2014 17:51
Show Gist options
  • Save connormckelvey/9979612 to your computer and use it in GitHub Desktop.
Save connormckelvey/9979612 to your computer and use it in GitHub Desktop.
open directory name as website in default browser
function o() {
result=${PWD##*/}
open 'http://'$result
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment