From 374ecedf007ca8f1ad9c8e3ab6e082d4192460af Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 31 Dec 2011 17:02:54 -0500 Subject: Move setting of PS1 to a more effective location. --- (limited to 'bootstrap-system-build-procedure.txt') diff --git a/bootstrap-system-build-procedure.txt b/bootstrap-system-build-procedure.txt index 5eb82aa..c1a25b9 100644 --- a/bootstrap-system-build-procedure.txt +++ b/bootstrap-system-build-procedure.txt @@ -56,7 +56,7 @@ target system. sys$ sudo chown -R bbll:bbll fsmnt/tools fsmnt/src sys$ su - bbll $ cat > ~/.bash_profile < exec env -i HOME="${HOME}" TERM="${TERM}" PS1='\u:\w$ ' /bin/bash + > exec env -i HOME="${HOME}" TERM="${TERM}" /bin/bash > EOF $ cat > ~/.bashrc < set +h @@ -66,6 +66,7 @@ target system. > BBLL_TARGET=$(uname -m)-bbll-linux-gnu > PATH=/tools/bin:/tools/usr/bin:/bin:/usr/bin > export BBLL LC_ALL BBLL_TARGET PATH + > PS1='$ ' > EOF $ source ~/.bash_profile -- cgit v0.9.1