Skip to content

Instantly share code, notes, and snippets.

@mreiferson
Created April 2, 2013 15:31
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 mreiferson/5293124 to your computer and use it in GitHub Desktop.
Save mreiferson/5293124 to your computer and use it in GitHub Desktop.
sigh GOPATH
function j {
local project=$1
cd `find ~/dev/src -type d -mindepth 3 -maxdepth 3 -name $project`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment