From d44dbd158da10ced3e1cc1520f3d68d211dd7ee7 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Fri, 4 Feb 2022 17:19:57 +0300 Subject: [PATCH] fix make ranger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d20e947..a2919f6 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,6 @@ git: ranger: mkdir -p ~/.config/ranger || true ln -s $(PWD)/subranger/rc.conf ~/.config/ranger || true - mkdir -p ~/.config/ranger/plugins && \ + mkdir -p ~/.config/ranger/plugins || true git clone https://github.com/alexanderjeurissen/ranger_devicons ~/.config/ranger/plugins/ranger_devicons