]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/take
alias: return error when no arguments given to vim within VIM_TERMINAL
[dotfiles.git] / zsh / functions / take
1 function take() {
2 mkdir -p $1
3 cd $1
4 }