From 694338293d69452c1a1efb09fef490b5c799de00 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 6 Jun 2011 23:53:49 -0400 Subject: Add dev-template A few files just to give the user a shell when the machine boots. --- dev-template/root/.bash_profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dev-template/root/.bash_profile (limited to 'dev-template/root') 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=' +stage2 \w +$ '; + +alias ls='ls -CF --color' -- cgit