Skip to content

Commit

Permalink
Skip setting terminal title inside Emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
James Conroy-Finn authored and sorin-ionescu committed May 19, 2015
1 parent 08676a2 commit ca03fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/terminal/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ca03fd6

Please sign in to comment.