From 8119994674b7466714a63424dc6d2edd22c659e4 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 16 Sep 2012 15:28:10 +0300 Subject: [PATCH] fix previous commit I forgot bashrc --- bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bashrc b/bashrc index a47ea391..693f9176 100755 --- a/bashrc +++ b/bashrc @@ -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