Parcourir la source

Merge branch 'master' of gitlab.com:bebeco/home-folder

Tomi Cvetic il y a 8 ans
Parent
commit
155cdd6deb
1 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -5,14 +5,15 @@ This is a collection of dot files in a linux home directory.
 Here are some highlights of the different files.
 
 ## .bashrc
-* Adding aliases
+* Move aliases to .bash_aliases file
 * Changing the default command prompt
 
 ## .vimrc / .vim
 * Using pathogen for plugin management
 * Using vim-sensible for default settings
+* Changed some settings
+* Added few plugins
 
-# .npmrc
+## .npmrc
 * Setting npm-init defaults
 * saving exact versions of packages in package.json after npm install
-