bashrc & zshrc: move uname to the top

This commit is contained in:
Mika Suomalainen 2012-09-16 15:27:48 +03:00
parent 3fedadcdc4
commit d445ee82bb
1 changed files with 3 additions and 3 deletions

6
zshrc
View File

@ -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