mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 20:02:31 +01:00
bashrc & zshrc: move uname to the top
This commit is contained in:
parent
3fedadcdc4
commit
d445ee82bb
6
zshrc
6
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user