Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

I too have a `mkcd` in my .zshrc, but I implemented it slightly differently:

  function mkcd {
    newdir=$1
    mkdir -p $newdir
    cd $newdir
  }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: