Delete mkcd.plugin.bash

This commit is contained in:
Miguel Morales
2015-10-07 15:57:19 -05:00
parent f59ab436e4
commit f5d4210ffd

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 "\"\$$#\""; }