Delete mkcd.plugin.bash

pull/555/head
Miguel Morales 2015-10-07 15:57:19 -05:00
parent f59ab436e4
commit f5d4210ffd
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
cite about-plugin
about-plugin 'make and cd into a directory in one command'
function mkcd () { mkdir -p "$@" && eval cd "\"\$$#\""; }