Delete mkcd.plugin.bash
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
cite about-plugin
|
||||
about-plugin 'make and cd into a directory in one command'
|
||||
|
||||
function mkcd () { mkdir -p "$@" && eval cd "\"\$$#\""; }
|
||||
Reference in New Issue
Block a user