Update .bashrc

Line 362, change "arch)" to "arch|manjaro)"  so it identifies manjaro as an arch disto.
This commit is contained in:
mooserov
2024-06-20 20:23:51 -05:00
committed by GitHub
parent cbc15d7af1
commit 2ac3aee7b2

View File

@@ -359,7 +359,7 @@ distribution ()
gentoo)
dtype="gentoo"
;;
arch)
arch|manjaro)
dtype="arch"
;;
slackware)