ソースを参照

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