This commit is contained in:
pika 2025-06-01 12:20:58 +02:00
parent 98dc7e49ed
commit 36997c793c

4
.zshrc
View file

@ -135,7 +135,7 @@ __get_Packager__() {
alias unbreak="$_sudo dpkg --configure -a"
alias install="pkg_install"
;;
*arch*)
*arch* | *cachyos*)
pkg_install() {
if command_exists paru; then
paru -S --color always --noconfirm --needed "$@"
@ -274,7 +274,7 @@ __keychain_setup__() {
__end__() {
if command_exists fastfetch; then
clear &&
fastfetch
fastfetch --config os
fi