From 70eb4de6d3bc1f5f5ea0266b8803e3c80504ce8c Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 22 Aug 2024 17:06:41 +0000 Subject: [PATCH] addet pop os --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ad69dd5..055f7e2 100644 --- a/.zshrc +++ b/.zshrc @@ -304,7 +304,7 @@ get_packager() { remove="" . /etc/os-release case "$ID" in - ubuntu | debian) + ubuntu | debian | pop) if command_exists nala; then search="nala search" install="nala install --assume-yes"