diff --git a/.zshrc b/.zshrc index b5b3a24..9b8eeff 100644 --- a/.zshrc +++ b/.zshrc @@ -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