Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/bashrc
diff options
context:
space:
mode:
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]$ "