Skip setting terminal title inside Emacs

main
James Conroy-Finn 10 years ago committed by Sorin Ionescu
parent 08676a273e
commit ca03fd670a

@ -6,7 +6,7 @@
#
# Return if requirements are not found.
if [[ "$TERM" == (dumb|linux|*bsd*) ]]; then
if [[ "$TERM" == (dumb|linux|*bsd*|eterm*) ]]; then
return 1
fi

Loading…
Cancel
Save