From df77f74df7a02f5ac415459c3effabd31258d5fe Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Tue, 28 Feb 2023 21:26:54 +0100 Subject: [PATCH] Add PureOS in Debian distros --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index a3f371b..68a449e 100644 --- a/bashrc +++ b/bashrc @@ -60,7 +60,7 @@ if [[ $system == "Linux" ]]; then # Arch family: light blue Arch | ManjaroLinux | Manjaro-ARM) COLOR=$C_BOLD$C_ARCH;; # Debian family: orange - Debian | Ubuntu | Linuxmint | Neon | Raspbian) COLOR=$C_BOLD$C_DEB;; + Debian | Ubuntu | Linuxmint | Neon | Raspbian | PureOS) COLOR=$C_BOLD$C_DEB;; # RedHat family: blue Fedora) COLOR=$C_BOLD$C_RH;; # SUSE family: green