From 479fb3cf67b20806320df1c52d41f38f483b9a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Fri, 28 Jun 2024 15:39:21 +0300 Subject: [PATCH] =?UTF-8?q?completion=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA?= =?UTF-8?q?=D0=B8=20=D1=81=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81=D0=B8=D1=81?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastfetch/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastfetch/alr.sh b/fastfetch/alr.sh index 3f2401a..bd8b179 100644 --- a/fastfetch/alr.sh +++ b/fastfetch/alr.sh @@ -39,6 +39,6 @@ package() { install-binary ./fastfetch install-license ./LICENSE fastfetch/LICENSE install-manual ./fastfetch.1 - ./completions/fastfetch.fish completion fish | install-completion fish fastfetch - install-completion bash fastfetch <./fastfetch/completions/fastfetch.bash + ./ completion fish | install-completion fish fastfetch + install-completion bash fastfetch < ./completions/fastfetch.bash } \ No newline at end of file