Skip to content

Instantly share code, notes, and snippets.

@cgarrovillo
Last active December 6, 2020 21:41
Show Gist options
  • Save cgarrovillo/16ad48b70e7a1ffa614c7d7bf53f0343 to your computer and use it in GitHub Desktop.
Save cgarrovillo/16ad48b70e7a1ffa614c7d7bf53f0343 to your computer and use it in GitHub Desktop.
Add to shell configs (.zshrc or .bashrc)
mkdirc ()
{
mkdir -p -- "$1" &&
cd -P -- "$1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment