Skip to content

Instantly share code, notes, and snippets.

@hdragomir
Created March 23, 2012 13:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hdragomir/2170629 to your computer and use it in GitHub Desktop.
Save hdragomir/2170629 to your computer and use it in GitHub Desktop.
Changes to a directory, creates it first if not already there. Saves me loads of headaches
function cd! {
mkdir $1
cd $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment