fix previous commit

I forgot bashrc
This commit is contained in:
Mika Suomalainen 2012-09-16 15:28:10 +03:00
parent d445ee82bb
commit 8119994674
1 changed files with 3 additions and 3 deletions

6
bashrc
View File

@ -6,6 +6,9 @@
# Aliases RJ706I
# Functions ZGC5QQ
# $uname should tell which OS is used.
$uname=`uname`
# For Mac OS X + SSH sessions. bashrc must be sourced by hand at least once.
echo "if [ -f ~/.bashrc ]; then
source ~/.bashrc
@ -146,9 +149,6 @@ if [ -f ~/.bash_environment ]; then
source ~/.bash_environment
fi
# $uname should tell which OS is used.
$uname=`uname`
# Don't check for mail!
unset MAILCHECK