debug
This commit is contained in:
parent
08dad34a67
commit
933683ea29
1 changed files with 9 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue