rollback linux/term
This commit is contained in:
parent
7e0f511fbd
commit
735f549566
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ if ! $SSHS; then
|
|||
|
||||
echo "Run with $TERM" >&2
|
||||
case $TERM in
|
||||
*term*|*linux*)
|
||||
#*term*|*linux*)
|
||||
*term*)
|
||||
|
||||
if [ -d "${MYSHELLCONFIG_BASE}" -a $($SGIT status 1>/dev/null 2>&1; echo $?) -eq 0 ]; then
|
||||
[ -d "${MYSHELLCONFIG_LOGDIR}" ] || mkdir -p "${MYSHELLCONFIG_LOGDIR}"
|
||||
|
|
Loading…
Reference in a new issue