feat: add some functions
This commit is contained in:
4
configs/zsh/functions/mke.zsh
Normal file
4
configs/zsh/functions/mke.zsh
Normal file
@ -0,0 +1,4 @@
|
||||
function mke(){
|
||||
mkdir -p $1
|
||||
cd $1
|
||||
}
|
Reference in New Issue
Block a user