mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +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
|
# Aliases RJ706I
|
||||||
# Functions ZGC5QQ
|
# 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.
|
# For Mac OS X + SSH sessions. bashrc must be sourced by hand at least once.
|
||||||
echo "if [ -f ~/.bashrc ]; then
|
echo "if [ -f ~/.bashrc ]; then
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
@ -146,9 +149,6 @@ if [ -f ~/.bash_environment ]; then
|
|||||||
source ~/.bash_environment
|
source ~/.bash_environment
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# $uname should tell which OS is used.
|
|
||||||
$uname=`uname`
|
|
||||||
|
|
||||||
# Don't check for mail!
|
# Don't check for mail!
|
||||||
unset MAILCHECK
|
unset MAILCHECK
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user