1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Removing mcd as it conflicts with mtools

This commit is contained in:
Robby Russell
2012-12-02 12:05:58 -08:00
2 changed files with 2 additions and 6 deletions

View File

@@ -37,8 +37,3 @@ cd () {
alias md='mkdir -p'
alias rd=rmdir
alias d='dirs -v | head -10'
# mkdir & cd to it
function mcd() {
mkdir -p "$1" && cd "$1";
}