diff options
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' |