From d445ee82bb07b3bc098a72f4f57c12451667a18d Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 16 Sep 2012 15:27:48 +0300 Subject: [PATCH] bashrc & zshrc: move uname to the top --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index c08408e8..e95a7d13 100755 --- a/zshrc +++ b/zshrc @@ -6,6 +6,9 @@ # Aliases RJ706I # Functions ZGC5QQ +# uname should be readable in $uname +uname=`uname` + ##### Defaults etc... M0TZLS ##### # This is based on zshrc which came with Debian (Third option in wizard for new users.) @@ -73,9 +76,6 @@ if [ -f ~/.zshenv ]; then source ~/.zshenv fi -# uname should be readable in $uname -uname=`uname` - # Don't check for mail! unset MAILCHECK