From 2ac3aee7b24ffc4a1c4726312652ee662aa2e897 Mon Sep 17 00:00:00 2001 From: mooserov Date: Thu, 20 Jun 2024 20:23:51 -0500 Subject: [PATCH] Update .bashrc Line 362, change "arch)" to "arch|manjaro)" so it identifies manjaro as an arch disto. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 0e0b79e..f681ed5 100644 --- a/.bashrc +++ b/.bashrc @@ -359,7 +359,7 @@ distribution () gentoo) dtype="gentoo" ;; - arch) + arch|manjaro) dtype="arch" ;; slackware)