From a958987cb7410e6a2bbb9e09d335c8f6fadcea76 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Fri, 24 Jul 2015 13:45:51 -0600 Subject: [PATCH] install.sh: remove unnecessary ~'s --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 1388b45..ee4265a 100755 --- a/install.sh +++ b/install.sh @@ -28,9 +28,9 @@ 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/bookmarks .config/ranger/bookmarks +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