Begin moving to new XDG compliant directory structure
This commit is contained in:
parent
50c1b6cacb
commit
5e50aafcd0
23 changed files with 27 additions and 8 deletions
4
.config/zsh/33-alias-mkcd
Normal file
4
.config/zsh/33-alias-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