Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-06-25 14:14:11 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-25 14:19:09 (GMT)
commit2a732af9524920f61bb7a5920298d7f65df94b36 (patch)
tree892c31424e1551a2ceb9226b433d52b1b777e215 /Makefile
parent147953366179680642d1abbf17f48e35f7482f1d (diff)
Customize prompt to indicate we are in the shell
Credit to Manuel QuiƱones for the idea.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09c671d..902a10b 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ run:
xinit $(SCRIPTS)/xinitrc -- :99
shell:
- $(JHBUILD) shell
+ @PS1="[sugar-build]$$ " $(JHBUILD) shell
bug-report:
@$(SCRIPTS)/bug-report