cat >> /root/.vimrc << EOF
set nu
set nohlsearch
set tabstop=4
set smartindent  
set shiftwidth=4  
set expandtab  
set softtabstop=4
EOF