diff --git a/1.Base/1.Utilities/bashrc b/1.Base/1.Utilities/bashrc index 49bf8a1883f90113da17813b7975b2b204174336..62b0d5a5f936b04ae8b072bdf3a329c2eb2835f8 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 ee6cf8e2bd2ac6dff303faf54412424421b33d36..13157cbba5cd5c26ca80e7a663584c5eb097d8ed 100644 --- a/1.Base/1.Utilities/vimrc +++ b/1.Base/1.Utilities/vimrc @@ -1,2 +1,2 @@ syntax on -color ron +color on