Switched to Zgen Plugin manager
This commit is contained in:
parent
aee04848cf
commit
9a1cc66bd5
8 changed files with 495 additions and 122 deletions
4
.zshrc.d/001-mkcd
Normal file
4
.zshrc.d/001-mkcd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# mkdir & cd
|
||||
function mkcd {
|
||||
mkdir -p "$@" && cd $_
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue