Sfoglia il codice sorgente

Put vim config file in vim home folder

In order to keep home folder as clean as possible.
DricomDragon 5 anni fa
parent
commit
829a9ed2cb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Install/dev-custom

+ 1 - 1
Install/dev-custom

@@ -1,7 +1,7 @@
 #!/usr/bin/fish
 
 # Customize vim configuration
-cp --update --link ./Templates/vimrc ~/.vimrc
+cp --update --link ./Templates/vimrc ~/.vim/vimrc
 
 # Set bat color theme
 set --export --universal BAT_THEME GitHub