mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
fix previous commit
I forgot bashrc
This commit is contained in:
parent
d445ee82bb
commit
8119994674
6
bashrc
6
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user