Skip to content

Instantly share code, notes, and snippets.

@andrewcrook
Last active December 25, 2021 23:07
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 andrewcrook/3d3bb280df9c2fcbecd8281df58d143c to your computer and use it in GitHub Desktop.
Save andrewcrook/3d3bb280df9c2fcbecd8281df58d143c to your computer and use it in GitHub Desktop.
/scripts/functions/
# add to .zshrc or .bashrc
# Create a new directory and enter it
function mkd() {
mkdir -p "$@" && cd "$_";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment