1
0
Fork 0

Skip setting terminal title inside Emacs

pull/828/head
James Conroy-Finn 10 years ago
parent ee0b02464c
commit 81af942554

@ -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…
Cancel
Save