Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-23 18:37:43 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-23 18:37:43 (GMT)
commit0f41ee61f493e46257acebd141aa0a9fe074adbe (patch)
treec81683eba47f5d396f3ccf2ee6d47bbe5a847390 /commands
parent8956a666c3fb455de4cdb167611bc478e20948da (diff)
Execute the normal bashrc in the homedir
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]$ "