diff --git a/modules/editor/init.zsh b/modules/editor/init.zsh index 9a347a09..6f4758c3 100644 --- a/modules/editor/init.zsh +++ b/modules/editor/init.zsh @@ -6,7 +6,7 @@ # # Return if requirements are not found. -if [[ "$TERM" == 'dumb' ]]; then +if [[ "$TERM" == 'dumb' ]] || [[ "$TERM" == 'eterm-color' ]]; then return 1 fi