summaryrefslogtreecommitdiffstats
path: root/bootstrap/lenny/conf/etc/profile
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/lenny/conf/etc/profile')
-rw-r--r--bootstrap/lenny/conf/etc/profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap/lenny/conf/etc/profile b/bootstrap/lenny/conf/etc/profile
index 7bb5659..6f280be 100644
--- a/bootstrap/lenny/conf/etc/profile
+++ b/bootstrap/lenny/conf/etc/profile
@@ -4,7 +4,7 @@
if [ "`id -u`" -eq 0 ]; then
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
else
- PATH="/usr/local/bin:/usr/bin:/bin:/usr/games"
+ PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
fi
if [ "$PS1" ]; then
@@ -22,3 +22,5 @@ fi
export PATH
umask 022
+
+. /etc/bash.bashrc