Ver Fonte

Make link instead of copying vimrc

DricomDragon há 5 anos atrás
pai
commit
494dd9d5f1
1 ficheiros alterados com 1 adições e 1 exclusões
  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