From 05afc72db2bb36f1c442d4c67e2682670509dbba Mon Sep 17 00:00:00 2001
From: Nicolas KAROLAK <nicolas@karolak.fr>
Date: Tue, 26 Feb 2019 16:57:13 +0100
Subject: [PATCH] 11. fix typo and enable bash completion

---
 1.Base/1.Utilities/bashrc | 6 +++---
 1.Base/1.Utilities/vimrc  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/1.Base/1.Utilities/bashrc b/1.Base/1.Utilities/bashrc
index 49bf8a18..62b0d5a5 100644
--- a/1.Base/1.Utilities/bashrc
+++ b/1.Base/1.Utilities/bashrc
@@ -98,9 +98,9 @@ fi
 # enable programmable completion features (you don't need to enable
 # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
 # sources /etc/bash.bashrc).
-#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
-#	. /etc/bash_completion
-#fi
+if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
+	. /etc/bash_completion
+fi
 
 # system
 alias lskernels='dpkg --get-selections | grep linux'
diff --git a/1.Base/1.Utilities/vimrc b/1.Base/1.Utilities/vimrc
index ee6cf8e2..13157cbb 100644
--- a/1.Base/1.Utilities/vimrc
+++ b/1.Base/1.Utilities/vimrc
@@ -1,2 +1,2 @@
 syntax on
-color ron
+color on
-- 
GitLab