]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/take
git: add remote-to-ssh alias to convert https? remotes to git@...
[dotfiles.git] / zsh / functions / take
1 function take() {
2 mkdir -p $1
3 cd $1
4 }