? includes/table.inc
Index: commands/core/core.drush.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/commands/core/core.drush.inc,v
retrieving revision 1.101
diff -u -p -r1.101 core.drush.inc
--- commands/core/core.drush.inc	26 Apr 2010 21:13:02 -0000	1.101
+++ commands/core/core.drush.inc	29 Apr 2010 05:39:50 -0000
@@ -705,7 +705,7 @@ function drush_core_cli() {
   }
 
   // Make sure that we call drush the same way that we were called.
-  $drush_command = DRUSH_COMMAND.' --in-cli';
+  $drush_command = DRUSH_COMMAND.' --in-cli $DRUPAL_SITE';
 
   $bashrc_data = implode("/n/n", drush_command_invoke_all('cli_bashrc', $drush_command));
 
@@ -742,6 +742,10 @@ alias on="$drush_command"
 alias drush="$drush_command"
 DRUSH_CLI=true
 
+function use() {
+  DRUPAL_SITE=$1
+  PS1="drush $1> "
+}
 
 function cdd() {
   TARGET=
