checkout also in linux TERM
This commit is contained in:
parent
6fcfbc2ae0
commit
3f97d53b42
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ if ! $SSHS; then
|
|||
#GIT_SSH_PATH="/srv/repos"
|
||||
|
||||
case $TERM in
|
||||
*term*)
|
||||
*term*|*linux*)
|
||||
|
||||
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