diff options
Diffstat (limited to 'etc/bash/rc')
-rw-r--r-- | etc/bash/rc | 2 |
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*) |