This commit is contained in:
Jakobus Schürz 2021-02-02 10:45:25 +01:00
parent 08dad34a67
commit 933683ea29

View file

@ -21,6 +21,14 @@ esac
# Load default values, functions, aliases for myshellconfig # Load default values, functions, aliases for myshellconfig
if ! $SSHS; then if ! $SSHS; then
######################################################################################
# ls is not in color on all systems
export LS_OPTIONS='--color=auto'
eval "`dircolors`"
#######################################################################################
# User specific aliases and function
echo "notmpconf"
if [ -e ${MSC_BASE}/functions.sh ]; then if [ -e ${MSC_BASE}/functions.sh ]; then
. ${MSC_BASE}/functions.sh . ${MSC_BASE}/functions.sh
else else
@ -29,13 +37,6 @@ if ! $SSHS; then
######################################################################################
# ls is not in color on all systems
export LS_OPTIONS='--color=auto'
eval "`dircolors`"
#######################################################################################
# User specific aliases and function
if [ -d "${MSC_BASE}/bin" ] ; then if [ -d "${MSC_BASE}/bin" ] ; then
@ -93,7 +94,7 @@ if ! $SSHS; then
else else
# run with temporary config # run with temporary config
logwarn "tmpconf" echo "tmpconf"
case $TERM in case $TERM in
*screen*) *screen*)
loginfo BASHRC: $BASHRC -> source it loginfo BASHRC: $BASHRC -> source it