From 0acd581d406ca06013ae18ff04a37305f52c5516 Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 10 Dec 2024 15:59:54 +0100 Subject: [PATCH] addet an alias for debian based distros --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 1ff9869..e157934 100644 --- a/.zshrc +++ b/.zshrc @@ -547,6 +547,7 @@ get_packager() { alias remove="$_sudo $remove" alias search="$search" fi + alias unbreak="$_sudo dpkg --configure -a" ;; arch | manjaro | endevouros | garuda) if command_exists yay; then