[Fix #522] Do not load the terminal module in non-graphical terminals

main
Sorin Ionescu 11 years ago
parent e1974ad58d
commit c091f71283

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

Loading…
Cancel
Save