Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/helpers/bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/helpers/bashrc b/commands/helpers/bashrc
index ac5a1f9..f77299c 100644
--- a/commands/helpers/bashrc
+++ b/commands/helpers/bashrc
@@ -1 +1,5 @@
+if [ -f ~/.bashrc ]; then
+ . ~/.bashrc
+fi
+
export PS1="[sugar-build \W]$ "