瀏覽代碼

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