From 42a2fc75ec3ed539578c99b46719fc847d8cdcde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 25 Aug 2019 07:43:32 +0100 Subject: [PATCH] cleanup default vim config --- nixos/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/vim.nix b/nixos/vim.nix index d606549d..ebebce46 100644 --- a/nixos/vim.nix +++ b/nixos/vim.nix @@ -6,7 +6,7 @@ configure = { customRC = '' if filereadable($HOME . "/.vimrc") - source ~/.vimrc + source $HOME/.vimrc endif '';