debug
This commit is contained in:
parent
2799abc2bd
commit
d133a4926d
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,10 @@ if [[ $- = *i* ]] ; then
|
|||
SGIT="git -C ${MYSHELLCONFIG_BASE}"
|
||||
export MYSHELLCONFIG_BASE MYSHELLCONFIG_LOGDIR MYSHELLCONFIG_LOGFILE SGIT MYSHELLCONFIG_VIM_PLUGINS
|
||||
|
||||
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
||||
------- start -------------- $(date) ---------------8<--
|
||||
|
||||
EOF
|
||||
# define functions
|
||||
ckrepo () {
|
||||
# check if remote repo is reachable
|
||||
|
@ -71,3 +75,7 @@ if [[ $- = *i* ]] ; then
|
|||
|
||||
fi
|
||||
|
||||
cat << EOF >> "${MYSHELLCONFIG_LOGFILE}"
|
||||
--8<--- end ---------------- $(date) ---------------8<--
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue