diff options
author | DJ Delorie <dj@delorie.com> | 2011-06-06 23:53:49 -0400 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2011-06-06 23:53:49 -0400 |
commit | 694338293d69452c1a1efb09fef490b5c799de00 (patch) | |
tree | 4418f058a5a9b430907d6ac0d71aa046d0af058f /dev-template/root | |
parent | a70abd5936cdae217f378ea28615ee50c4661839 (diff) | |
download | bootstrap.git.DONOTUSE-694338293d69452c1a1efb09fef490b5c799de00.tar.gz bootstrap.git.DONOTUSE-694338293d69452c1a1efb09fef490b5c799de00.tar.xz bootstrap.git.DONOTUSE-694338293d69452c1a1efb09fef490b5c799de00.zip |
Add dev-template
A few files just to give the user a shell when the machine
boots.
Diffstat (limited to 'dev-template/root')
-rw-r--r-- | dev-template/root/.bash_profile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-template/root/.bash_profile b/dev-template/root/.bash_profile new file mode 100644 index 0000000..4b37722 --- /dev/null +++ b/dev-template/root/.bash_profile @@ -0,0 +1,7 @@ +#!/bin/bash + +export PS1=' +[32mstage2 [33m\w[0m +$ '; + +alias ls='ls -CF --color' |