no need for a semicolon and a space at the end of that line...

This commit is contained in:
ArcheyDevil 2012-02-12 17:51:59 +11:00
commit 6278d435ef

View file

@ -40,5 +40,5 @@ alias d='dirs -v'
# mkdir & cd to it
function mcd() {
mkdir -p "$1" && cd "$1";
}
mkdir -p "$1" && cd "$1"
}