From 2e0d92c0d56b0864d0aa087709d012b8e4a8dd67 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 9 Jun 2018 03:41:41 +0300 Subject: [PATCH] image: restore .vimrc --- image_builder/scripts/software_install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/image_builder/scripts/software_install.sh b/image_builder/scripts/software_install.sh index 3b058317..17302bc6 100755 --- a/image_builder/scripts/software_install.sh +++ b/image_builder/scripts/software_install.sh @@ -25,4 +25,9 @@ apt-get install --no-install-recommends -y \ ipython3 \ python3-pip +# vim settings +echo "set mouse-=a +syntax on +" > /home/pi/.vimrc + echo -e "\033[0;31m\033[1m$(date) | End of network installation\033[0m\033[0m"