From #291: fix $TERM check
Thanks to Daniel Serodio (@dserodio) for the catch.
This commit is contained in:
parent
cc1be7e29d
commit
dc7be2540d
@ -50,7 +50,7 @@
|
||||
# See the README.md file for a summary of features.
|
||||
|
||||
# Issue #161: do not load if not an interactive shell
|
||||
test -z "$TERM" -o "x$TERM" = dumb && return
|
||||
test -z "$TERM" -o "x$TERM" = xdumb && return
|
||||
|
||||
_LP_SHELL_bash_42=false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user