diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-31 18:34:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-01 12:21:28 +0100 |
commit | 26ca8cbec685f62af065039b263488cd017bf15c (patch) | |
tree | 4ddde2922efbf4e0cca026c51e8e27215bcf86af /package/base-files | |
parent | c6743caff25aa5869e7670e71f409b7fb8b3f054 (diff) |
use TERM linux, otherwise there are problems with vim
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/files/profile | 1 |
1 files changed, 1 insertions, 0 deletions
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` # ' |