diff --git a/.zsh/.aliases.zsh b/.zsh/.aliases.zsh index b0bb33f..f38f83d 100644 --- a/.zsh/.aliases.zsh +++ b/.zsh/.aliases.zsh @@ -18,7 +18,7 @@ __autopackager__() { ;; # Arch-based - arch | manjaro | endevouros | garuda) + arch | manjaro | endeavouros | garuda) if command_exists paru; then alias search="paru -Ss" alias install="paru -S --noconfirm"