From 26ca8cbec685f62af065039b263488cd017bf15c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 31 Oct 2016 18:34:20 +0100 Subject: [PATCH] use TERM linux, otherwise there are problems with vim --- package/base-files/files/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/base-files/files/profile b/package/base-files/files/profile index eb3015d46..c89b12c92 100644 --- a/package/base-files/files/profile +++ b/package/base-files/files/profile @@ -1,4 +1,5 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin +export TERM=linux export EDITOR=/bin/vi if [[ $(id -u) = 0 ]]; then export PS1='`whoami`@`hostname`:`pwd` # ' -- 2.11.4.GIT