added line to set numbers as default

This commit is contained in:
hadron 2016-04-19 21:58:42 +02:00
parent 5f6aa8fe09
commit 2a7f49c9d9
2 changed files with 2 additions and 0 deletions

View File

@ -12,4 +12,5 @@ source ~/.vim_runtime/my_configs.vim
catch catch
endtry' > ~/.vimrc endtry' > ~/.vimrc
echo "\nset number" >> ~/.vimrc
echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)" echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)"

View File

@ -1,3 +1,4 @@
cd ~/.vim_runtime cd ~/.vim_runtime
cat ~/.vim_runtime/vimrcs/basic.vim > ~/.vimrc cat ~/.vim_runtime/vimrcs/basic.vim > ~/.vimrc
echo "\nset number" >> ~/.vimrc
echo "Installed the Basic Vim configuration successfully! Enjoy :-)" echo "Installed the Basic Vim configuration successfully! Enjoy :-)"