Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/bashrc
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-28 12:20:13 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-28 12:20:13 (GMT)
commit12b29a9e5677beecdf932987395f7a5f15306af9 (patch)
treef06006ff73c30d6c61bfedf38a2888505b18f11c /commands/bashrc
parentc3f2927c630e19a408805e294e383d48cce45250 (diff)
Move bashrc to commands
Not much sense to keep an helpers dir for one file.
Diffstat (limited to 'commands/bashrc')
-rw-r--r--commands/bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/commands/bashrc b/commands/bashrc
new file mode 100644
index 0000000..f77299c
--- /dev/null
+++ b/commands/bashrc
@@ -0,0 +1,5 @@
+if [ -f ~/.bashrc ]; then
+ . ~/.bashrc
+fi
+
+export PS1="[sugar-build \W]$ "