From 12b29a9e5677beecdf932987395f7a5f15306af9 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 28 Nov 2012 12:20:13 +0000 Subject: Move bashrc to commands Not much sense to keep an helpers dir for one file. --- (limited to 'commands/shell') diff --git a/commands/shell b/commands/shell index 818b160..71f3ceb 100755 --- a/commands/shell +++ b/commands/shell @@ -5,6 +5,7 @@ import os import common from devbot import shell +from devbot import config common.setup() -shell.start(os.path.join(common.helpers_dir, "bashrc")) +shell.start(os.path.join(config.commands_dir, "bashrc")) -- cgit v0.9.1