Parcourir la source

Make link instead of copying vimrc

DricomDragon il y a 5 ans
Parent
commit
494dd9d5f1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Install/vim-custom

+ 1 - 1
Install/vim-custom

@@ -1,3 +1,3 @@
 #!/usr/bin/fish
 
-cp ./Templates/vimrc ~/.vimrc
+cp --update --link ./Templates/vimrc ~/.vimrc