Skip setting terminal title inside Emacs
This commit is contained in:
parent
08676a273e
commit
ca03fd670a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Return if requirements are not found.
|
# Return if requirements are not found.
|
||||||
if [[ "$TERM" == (dumb|linux|*bsd*) ]]; then
|
if [[ "$TERM" == (dumb|linux|*bsd*|eterm*) ]]; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue