Skip to content

Instantly share code, notes, and snippets.

@erino
Created June 20, 2011 13:42
Show Gist options
  • Save erino/1035614 to your computer and use it in GitHub Desktop.
Save erino/1035614 to your computer and use it in GitHub Desktop.
function p {
cd "`find ~/Projects -iname \"*$1*\" -type d -maxdepth 2 | sort | head -1`"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment