Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/shell
diff options
context:
space:
mode:
Diffstat (limited to 'commands/shell')
-rwxr-xr-xcommands/shell4
1 files changed, 3 insertions, 1 deletions
diff --git a/commands/shell b/commands/shell
index e588e06..818b160 100755
--- a/commands/shell
+++ b/commands/shell
@@ -1,8 +1,10 @@
#!/usr/bin/python
+import os
+
import common
from devbot import shell
common.setup()
-shell.start()
+shell.start(os.path.join(common.helpers_dir, "bashrc"))