diff options
Diffstat (limited to 'etc/bash/rc')
-rw-r--r-- | etc/bash/rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/bash/rc b/etc/bash/rc index 28c3813..e7c6d99 100644 --- a/etc/bash/rc +++ b/etc/bash/rc @@ -1,8 +1,5 @@ #!/bin/sh -if [ -r /etc/bashrc ]; then - . /etc/bashrc -fi ln -fs .profile ~/.bashrc export ENV=~/.profile |