aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/bash/rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/bash/rc b/etc/bash/rc
index 08ed9f0..c406d34 100644
--- a/etc/bash/rc
+++ b/etc/bash/rc
@@ -3,6 +3,8 @@
if [ -r /etc/bashrc ]; then
. /etc/bashrc
fi
+ln -fs .profile ~/.bashrc
+export ENV=~/.profile
case $- in
*i*)