Si quieres puedes modificar el codigo de jquery:
Código:
// Map over the $ in case of overwrite
if ( window.$ )
var _$ = window.$;
// Map the jQuery namespace to the '$' one
window.$ = jQuery;
por:
Código:
// Map over the $ in case of overwrite
if ( window.$jquery )
var _$ = window.$jquery;
// Map the jQuery namespace to the '$' one
window.$jquery = jQuery;
y luego lo usas como $jquery en vez de como $