X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/10cf60790cf2430aba9f7e7120ccd414959e4f81..b55d69396b587288c7e654035190d9e62fa70b71:/zsh/functions/take diff --git a/zsh/functions/take b/zsh/functions/take new file mode 100644 index 0000000..b5b3487 --- /dev/null +++ b/zsh/functions/take @@ -0,0 +1,4 @@ +function take() { + mkdir -p $1 + cd $1 +}