소스 검색

Make link instead of copying vimrc

DricomDragon 5 년 전
부모
커밋
494dd9d5f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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