]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/take
bin: add colortest{,256} to print out a bunch of terminal colours
[dotfiles.git] / zsh / functions / take
1 function take() {
2 mkdir -p $1
3 cd $1
4 }