From a1026de03f0c49f25bb4b95d4d91902f6b367f44 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Sun, 15 Nov 2015 12:25:50 -0700 Subject: [PATCH] Correct symlinks for ranger in .config/ranger --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 17af781..064867f 100755 --- a/install.sh +++ b/install.sh @@ -29,8 +29,8 @@ cd ~ dolink .dotfiles/vim .vim # ranger rewrites its bookmarks file and undoes the symlink on each run... #dolink .dotfiles/ranger/bookmarks .config/ranger/bookmarks -dolink .dotfiles/ranger/rc.conf .config/ranger/rc.conf -dolink .dotfiles/ranger/rifle.conf .config/ranger/rifle.conf +dolink ../../.dotfiles/ranger/rc.conf .config/ranger/rc.conf +dolink ../../.dotfiles/ranger/rifle.conf .config/ranger/rifle.conf dolink .dotfiles/bashrc .bashrc dolink .dotfiles/eagle .eagle dolink .dotfiles/Xdefaults .Xdefaults -- 2.39.2