.dotfiles/configs/zsh/functions/mke.zsh

4 lines
39 B
Bash
Raw Normal View History

2021-03-18 14:10:40 +01:00
function mke(){
mkdir -p $1
cd $1
}