提交 31bfb612 编写于 作者: R Robby Russell

Merge branch 'master' of https://github.com/derekprior/oh-my-zsh into derekprior-master

......@@ -36,5 +36,9 @@ cd () {
alias md='mkdir -p'
alias rd=rmdir
alias d='dirs -v'
alias d='dirs -v'
\ No newline at end of file
# mkdir & cd to it
function mcd() {
mkdir -p "$1" && cd "$1";
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册