diff --git a/board/common/overlay/etc/profile b/board/common/overlay/etc/profile index 28078e2bcc..189f73c23f 100644 --- a/board/common/overlay/etc/profile +++ b/board/common/overlay/etc/profile @@ -24,6 +24,7 @@ if [ "$PS1" ]; then export PAGER="/usr/bin/less" export EDITOR="/usr/bin/nano" export INPUTRC="/etc/inputrc" + export TERM=linux fi; if [ -f /data/etc/profile ]; then