Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/helpers
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-23 18:29:55 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-23 18:32:14 (GMT)
commit8956a666c3fb455de4cdb167611bc478e20948da (patch)
tree0fd9973cfcbf627e6cd3e67ed3375309bf679d94 /commands/helpers
parent9c186e63e71ea79609d460a03df8327b699c7dbf (diff)
Fix shell prompt string on ubuntu
It was getting overwritten by ~/.bashrc
Diffstat (limited to 'commands/helpers')
-rw-r--r--commands/helpers/bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/helpers/bashrc b/commands/helpers/bashrc
new file mode 100644
index 0000000..ac5a1f9
--- /dev/null
+++ b/commands/helpers/bashrc
@@ -0,0 +1 @@
+export PS1="[sugar-build \W]$ "