Преглед изворни кода

use TERM linux, otherwise there are problems with vim

Waldemar Brodkorb пре 8 година
родитељ
комит
26ca8cbec6
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      package/base-files/files/profile

+ 1 - 0
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` # '