Delete mkcd.plugin.bash
parent
f59ab436e4
commit
f5d4210ffd
|
|
@ -1,4 +0,0 @@
|
|||
cite about-plugin
|
||||
about-plugin 'make and cd into a directory in one command'
|
||||
|
||||
function mkcd () { mkdir -p "$@" && eval cd "\"\$$#\""; }
|
||||
Loading…
Reference in New Issue