Browse Source

Diff tool set to vimdiff in git installation

DricomDragon 5 years ago
parent
commit
27fb028105
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Install/basic-install

+ 1 - 0
Install/basic-install

@@ -11,6 +11,7 @@ git config --global user.email "contact@jovian-hersemeule.eu" ;
 git config --global user.name "DricomDragon" ;
 git config --global core.editor "vim" ;
 git config --global push.followTags true
+git config --global diff.tool vimdiff
 
 # Create GitWork
 mkdir /home/jovian/GitWork ;