Commit 31bfb612 authored by Robby Russell's avatar Robby Russell
Browse files

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

parents 55bcf235 2b03b951
...@@ -36,5 +36,9 @@ cd () { ...@@ -36,5 +36,9 @@ cd () {
alias md='mkdir -p' alias md='mkdir -p'
alias rd=rmdir alias rd=rmdir
alias d='dirs -v'
alias d='dirs -v' # mkdir & cd to it
\ No newline at end of file function mcd() {
mkdir -p "$1" && cd "$1";
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment