From 30ed5839458e8039e1656b161d6964aca1d96995 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 26 Jun 2012 10:24:17 +0000 Subject: Jump into source and show the directory in PS1 Useful to know where you are --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index e41df85..68b8057 100644 --- a/Makefile +++ b/Makefile @@ -47,10 +47,11 @@ run: xinit $(SCRIPTS)/xinitrc -- :99 shell: - @PS1="[sugar-build]$$ " \ - PATH=$(PATH):$(SCRIPTS)/shell \ - SUGAR_BUILD_SHELL=yes \ - $(JHBUILD) shell + @cd source; \ + PS1="[sugar-build \W]$$ " \ + PATH=$(PATH):$(SCRIPTS)/shell \ + SUGAR_BUILD_SHELL=yes \ + $(JHBUILD) shell bug-report: @$(SCRIPTS)/bug-report -- cgit v0.9.1