Last active
December 6, 2020 21:41
-
-
Save cgarrovillo/16ad48b70e7a1ffa614c7d7bf53f0343 to your computer and use it in GitHub Desktop.
Add to shell configs (.zshrc or .bashrc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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