From ea4f13dc84f055e787f42947180dfe722bf89147 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Tue, 6 Oct 2020 03:27:37 +0200 Subject: [PATCH] ranger: Add config symlink to rc.conf for `conf` Since `rc.conf` is not matched by `conf` and it does not really match a broader pattern that could be added. --- .config/ranger/config | 1 + 1 file changed, 1 insertion(+) create mode 120000 .config/ranger/config diff --git a/.config/ranger/config b/.config/ranger/config new file mode 120000 index 0000000..726b537 --- /dev/null +++ b/.config/ranger/config @@ -0,0 +1 @@ +./rc.conf \ No newline at end of file