zsh: mkd now creates parent directories
This commit is contained in:
parent
c2fbf8314e
commit
401aaf30fa
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -70,7 +70,7 @@
|
|||
rd='rmdir' \
|
||||
|
||||
alias \
|
||||
mkd=mkdir \
|
||||
mkd="mkdir -p" \
|
||||
g=git \
|
||||
sctl='sudo systemctl' \
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue