Remove whitespace [Gun.io WhitespaceBot]

This commit is contained in:
Gun.io Whitespace Robot 2011-10-28 19:20:41 -04:00
commit c42205ffac
23 changed files with 72 additions and 72 deletions

View file

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